Add back an about page

This commit is contained in:
Dave Gallant
2024-01-03 10:34:45 -05:00
parent 95b7821199
commit d23ef521dc
2 changed files with 20 additions and 1 deletions

View File

@@ -48,9 +48,12 @@ params:
menu:
main:
- name: About
url: /about
weight: 1
- name: RSS
url: /index.xml
weight: 1
weight: 2
permalinks:
post: "/blog/:year/:month/:day/:slug/"

16
content/about.md Normal file
View File

@@ -0,0 +1,16 @@
---
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>
## Credits
This website is generated using [hugo](https://gohugo.io/) and the theme is a modified version of [hugo-theme-gruvbox](https://github.com/schnerring/hugo-theme-gruvbox). My general rule of thumb is to look for a gruvbox theme for most of the software I use since it delivers such a pleasant experience for the eyes.