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