mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Remove theme toggle and cleanup menu
This commit is contained in:
14
config.yaml
14
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/"
|
||||
|
@@ -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)
|
||||
- <https://www.linkedin.com/in/dave-gallant>
|
||||
- <https://mastodon.social/@davegallant>
|
||||
- <https://github.com/davegallant>
|
||||
- <https://davegallant.ca/index.xml>
|
||||
- <https://git.davegallant.ca/explore/repos>
|
||||
|
||||
## 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)
|
||||
|
@@ -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)
|
||||
- <https://www.linkedin.com/in/dave-gallant>
|
||||
- <https://mastodon.social/@davegallant>
|
||||
- <https://github.com/davegallant>
|
||||
- <https://davegallant.ca/index.xml>
|
||||
- <https://git.davegallant.ca/explore/repos>
|
@@ -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)
|
@@ -52,11 +52,4 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button class="theme__toggle light--hidden" aria-label="Toggle light mode">
|
||||
{{ partial "icons/tabler-icon.html" "sun" }}
|
||||
</button>
|
||||
|
||||
<button class="theme__toggle dark--hidden" aria-label="Toggle dark mode">
|
||||
{{ partial "icons/tabler-icon.html" "moon" }}
|
||||
</button>
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user