From 821ae59118ddd8e5aca3331da97b173d346ac221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 28 Jan 2024 16:00:06 +0200 Subject: [PATCH] blog: fix urls --- blog/config.yaml | 10 +++++----- blog/content/{log => blog}/2024/first-post-here.md | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename blog/content/{log => blog}/2024/first-post-here.md (100%) diff --git a/blog/config.yaml b/blog/config.yaml index 57b813f..8576b94 100644 --- a/blog/config.yaml +++ b/blog/config.yaml @@ -1,4 +1,4 @@ -baseURL: 'https://11sync.net/blog/' +baseURL: 'https://11sync.net/' languageCode: en-us title: 11sync.net blog theme: default @@ -6,13 +6,13 @@ author: Motiejus Jakštys Menus: main: - Name: Sign Up - URL: ../ - - Name: Blog URL: / + - Name: Blog + URL: /blog/ - Name: Contact - URL: ../contact/ + URL: /contact/ permalinks: - log: '/:year/:slug/' + blog: '/blog/:year/:slug/' Params: dateFormat: '2006-01-02' outputs: diff --git a/blog/content/log/2024/first-post-here.md b/blog/content/blog/2024/first-post-here.md similarity index 100% rename from blog/content/log/2024/first-post-here.md rename to blog/content/blog/2024/first-post-here.md