mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-14 12:20:19 +00:00
Compare commits
2 Commits
95b7821199
...
6738c889ad
Author | SHA1 | Date | |
---|---|---|---|
|
6738c889ad | ||
|
d23ef521dc |
@@ -48,9 +48,12 @@ params:
|
|||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
|
- name: About
|
||||||
|
url: /about
|
||||||
|
weight: 1
|
||||||
- name: RSS
|
- name: RSS
|
||||||
url: /index.xml
|
url: /index.xml
|
||||||
weight: 1
|
weight: 2
|
||||||
|
|
||||||
permalinks:
|
permalinks:
|
||||||
post: "/blog/:year/:month/:day/:slug/"
|
post: "/blog/:year/:month/:day/:slug/"
|
||||||
|
16
content/about.md
Normal file
16
content/about.md
Normal 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.
|
7
layouts/partials/footer_end.html
Normal file
7
layouts/partials/footer_end.html
Normal 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 -->
|
Reference in New Issue
Block a user