From 29a621a4c36b19fffe73ddca16a829087983eebd Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 7 Jan 2024 15:00:27 -0500 Subject: [PATCH] Remove theme toggle and cleanup menu --- config.yaml | 14 ++++---------- content/about.md | 17 +++++++++++++++++ content/contact.md | 13 ------------- content/credits.md | 10 ---------- .../layouts/partials/header.html | 7 ------- 5 files changed, 21 insertions(+), 40 deletions(-) delete mode 100644 content/contact.md delete mode 100644 content/credits.md diff --git a/config.yaml b/config.yaml index d75b6608..698e61e9 100644 --- a/config.yaml +++ b/config.yaml @@ -22,7 +22,7 @@ params: issueTerm: "pathname" github: username: davegallant - repository: davegallant.github.io + repository: site prism: languages: @@ -47,21 +47,15 @@ params: menu: main: - - name: Contact - url: /contact - weight: 1 - name: Posts url: / - weight: 2 + weight: 1 - name: About url: /about - weight: 3 + weight: 2 - name: RSS url: /index.xml - weight: 5 - - name: Credits - url: /credits - weight: 6 + weight: 3 permalinks: post: "/blog/:year/:month/:day/:slug/" diff --git a/content/about.md b/content/about.md index adc57df2..75a9f6d6 100644 --- a/content/about.md +++ b/content/about.md @@ -10,3 +10,20 @@ My primary motivation for hosting this website is to document my learnings and s I choose to self-host this site and other tools instead of relying exclusively on larger platforms because I believe in the open web. Interopability is often not a primary concern for popular platforms today and I find that concerning. I first got access to the internet in 1996 and have seen it evolve into what it is today. I want to do my part to keep it open and free. If you would like to reach out, find out how to contact me [here](/contact/). + +## Contact + +Connect with me by using any of the following methods: + +- [me@davegallant.ca](mailto:me@davegallant.ca) +- +- +- +- +- + +## Credits + +- The site is generated with [hugo](https://gohugo.io/) +- The theme is a modified version of [hugo-theme-gruvbox](https://github.com/schnerring/hugo-theme-gruvbox) +- The comments system uses [utterances](https://github.com/utterance/utterances) diff --git a/content/contact.md b/content/contact.md deleted file mode 100644 index 85141199..00000000 --- a/content/contact.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Contact" -draft: false ---- - -Connect with me by using any of the following methods: - -- [me@davegallant.ca](mailto:me@davegallant.ca) -- -- -- -- -- diff --git a/content/credits.md b/content/credits.md deleted file mode 100644 index 989a1d01..00000000 --- a/content/credits.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Credits" -draft: false ---- - -This site is powered by open-source software. - -- The site is generated with [hugo](https://gohugo.io/) -- The theme is a modified version of [hugo-theme-gruvbox](https://github.com/schnerring/hugo-theme-gruvbox) -- The comments system uses [utterances](https://github.com/utterance/utterances) diff --git a/themes/hugo-theme-gruvbox/layouts/partials/header.html b/themes/hugo-theme-gruvbox/layouts/partials/header.html index b573ccb1..ec8f9b7b 100644 --- a/themes/hugo-theme-gruvbox/layouts/partials/header.html +++ b/themes/hugo-theme-gruvbox/layouts/partials/header.html @@ -52,11 +52,4 @@ - - -