From 21f72ae736a6737244b703001209e21b23703f3f Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 6 Jan 2024 11:23:59 -0500 Subject: [PATCH] Bulletize credits --- content/about.md | 6 +++--- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content/about.md b/content/about.md index de5095b4..1fe3b7ce 100644 --- a/content/about.md +++ b/content/about.md @@ -14,6 +14,6 @@ Connect with me using any the following methods: ## 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. - -The comments system is powered by [utterances](https://github.com/utterance/utterances). +- 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) diff --git a/go.mod b/go.mod index 6b2d131c..8548577a 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module davegallant.github.io go 1.21 require ( - github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240102231105-90b486f98b82 // indirect + github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240106163015-62aac1ea9f6d // indirect github.com/schnerring/hugo-mod-json-resume v0.0.0-20231224014047-e651a547c19a // indirect ) diff --git a/go.sum b/go.sum index 57d1b8e5..68692b2b 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,6 @@ github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240102231105-90b486f98b82 h1:X9jUG5D4OyxLjT3OTsL5TN3jFdpTXyLJJcRpLbgCsSc= github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240102231105-90b486f98b82/go.mod h1:BQehNdf/SB/+bCc031OVsLECIgB9ZaN1dfUFKTeOIuo= +github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240106163015-62aac1ea9f6d h1:HCGtUIiR/0t+PnuB/dYhU1ZX9rKNsEnc5EToW6vWLr0= +github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240106163015-62aac1ea9f6d/go.mod h1:BQehNdf/SB/+bCc031OVsLECIgB9ZaN1dfUFKTeOIuo= github.com/schnerring/hugo-mod-json-resume v0.0.0-20231224014047-e651a547c19a h1:EZRiOf0iW5k9lycVv3LngzSsGUxDRszYS4U7ea2r8RY= github.com/schnerring/hugo-mod-json-resume v0.0.0-20231224014047-e651a547c19a/go.mod h1:5dixHC0WHu0w2Aqb8hsOCrIU1OBYr1w5Q6HZAmTub7Q=