Skip to content

Commit

Permalink
Merge pull request #967 from tristanmorgan/update_hugo
Browse files Browse the repository at this point in the history
Update Hugo config to work with version bump in #965
  • Loading branch information
tristanmorgan authored Feb 4, 2025
2 parents ff6a94b + 168af55 commit 9571452
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ github-pages:
mkdir -p ~/bin
tar -C ~/bin -zxf ~/hugo.tgz hugo
hugo version
(cd docs && hugo --verbose)
(cd docs && hugo)

# clean-adm cleans up all downloaded assets in admin/ui
.PHONY: clean-adm
Expand Down
4 changes: 3 additions & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
baseURL = "https://fabiolb.net/"
languageCode = "en-us"
title = "fabio - The Consul Load-Balancer"
disableKinds = ["taxonomy", "taxonomyTerm"]
disableKinds = ["taxonomy"]
ignoreLogs = ['warning-goldmark-raw-html']

[params]
googleAnalytics = "UA-2812942-5"

0 comments on commit 9571452

Please sign in to comment.