Get rid of side panel to minimize noise in layout

This commit is contained in:
Dave Gallant
2024-01-07 09:45:36 -05:00
parent 604f3aaa4c
commit c7a2b2f4d2
45 changed files with 36 additions and 3550 deletions

View File

@@ -2,4 +2,4 @@
title: Welcome
---
This is a space where I share notes about problems and solutions I've been exploring. Please do not hesitate to reach out by email, social media, or by commenting on the posts below. Continuous improvement is what motivates me to keep learning.
This is a space where I share notes about problems and solutions I've been exploring. You can reach out by email, social media, or by commenting on the posts below. Continuous improvement is what motivates me to keep learning.

View File

@@ -3,17 +3,4 @@ title: "About"
draft: false
---
Connect with me using any the following methods:
- Email: <mailto:me@davegallant.ca>
- LinkedIn: <https://www.linkedin.com/in/dave-gallant>
- Mastodon: <https://mastodon.social/@davegallant>
- GitHub: <https://github.com/davegallant>
- RSS Feed: <https://davegallant.ca/index.xml>
- Git: <https://git.davegallant.ca/explore/repos>
## Credits
- This website is generated using [hugo](https://gohugo.io/)
- The theme is a modified version of [hugo-theme-gruvbox](https://github.com/schnerring/hugo-theme-gruvbox)
- The comments system is powered by [utterances](https://github.com/utterance/utterances)
👋 I'm a software tinkerer with a passion for infra, security and self-hosting.

13
content/contact.md Normal file
View File

@@ -0,0 +1,13 @@
---
title: "Contact"
draft: false
---
| Connect with me using any 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> |

10
content/credits.md Normal file
View File

@@ -0,0 +1,10 @@
---
title: "Credits"
draft: false
---
This website is powered by open-source software.
- The static site generator used is [hugo](https://gohugo.io/)
- The theme is a modified version of [hugo-theme-gruvbox](https://github.com/schnerring/hugo-theme-gruvbox)
- The comments system is powered by [utterances](https://github.com/utterance/utterances)