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