mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Get rid of side panel to minimize noise in layout
This commit is contained in:
@@ -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.
|
||||
|
@@ -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
13
content/contact.md
Normal 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
10
content/credits.md
Normal 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)
|
Reference in New Issue
Block a user