From 719f8367b8bd968df336a4149ba36c39477ffb4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 13 Apr 2022 17:20:24 +0300 Subject: [PATCH] change posts -> log --- config.yaml | 8 +++++--- content/{about.md => contact.md} | 3 +-- content/{posts => log}/first-post-here.md | 0 3 files changed, 6 insertions(+), 5 deletions(-) rename content/{about.md => contact.md} (82%) rename content/{posts => log}/first-post-here.md (100%) diff --git a/config.yaml b/config.yaml index 28d5959..83a47d9 100644 --- a/config.yaml +++ b/config.yaml @@ -5,12 +5,14 @@ theme: default author: Motiejus Jakštys Menus: main: - - Name: About - URL: /about/ + - Name: Resume + URL: /resume/ + - Name: Contact + URL: /contact/ - Name: RSS URL: /posts/index.xml permalinks: - posts: '/:year/:title/' + log: '/:year/:title/' Params: dateFormat: '2006-01-02' outputs: diff --git a/content/about.md b/content/contact.md similarity index 82% rename from content/about.md rename to content/contact.md index 0649ee2..48e38ae 100644 --- a/content/about.md +++ b/content/contact.md @@ -1,5 +1,5 @@ --- -title: "About me and this site" +title: "Contact" --- - **Email**: [motiejus@jakstys.lt](mailto:motiejus@jakstys.lt) @@ -7,6 +7,5 @@ title: "About me and this site" - **Libera.chat**: motiejus - **Sourcehut**: [~motiejus](https://sr.ht/~motiejus) - **PGP**: [6F133A0C1C2848D7](/gpg.txt) -- **Resume**: TBD. I promise I will get it done. Unless otherwise stated, ©Motiejus Jakštys. [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). diff --git a/content/posts/first-post-here.md b/content/log/first-post-here.md similarity index 100% rename from content/posts/first-post-here.md rename to content/log/first-post-here.md