2 Commits

Author SHA1 Message Date
Dave Gallant
6738c889ad Add cloudflareinsights 2024-01-03 14:27:01 -05:00
Dave Gallant
d23ef521dc Add back an about page 2024-01-03 13:24:39 -05:00
3 changed files with 27 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.

View File

@@ -0,0 +1,7 @@
<!-- Cloudflare Web Analytics -->
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "b96799f53f9940dca6f660e6052ba009"}'
></script>
<!-- End Cloudflare Web Analytics -->