update hugo.toml theme && hugo mod graph

This commit is contained in:
Christian Bräunlich 2024-09-01 07:30:41 +00:00
parent 3df13226c3
commit 234a95fb3f
3 changed files with 7 additions and 1 deletions

View file

@ -4,7 +4,7 @@ languageCode = 'en-us'
title = 'AL Guidelines'
# Hugo allows theme composition (and inheritance). The precedence is from left to right.
theme = ["docsy"]
theme = ["github.com/google/docsy"]
# Will give values to .Lastmod etc.
enableGitInfo = true