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

2
go.mod
View file

@ -1,3 +1,5 @@
module github.com/microsoft/alguidelines module github.com/microsoft/alguidelines
go 1.23.0 go 1.23.0
require github.com/google/docsy v0.10.0 // indirect

4
go.sum Normal file
View file

@ -0,0 +1,4 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg=
github.com/google/docsy v0.10.0/go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc=
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

View file

@ -4,7 +4,7 @@ languageCode = 'en-us'
title = 'AL Guidelines' title = 'AL Guidelines'
# Hugo allows theme composition (and inheritance). The precedence is from left to right. # 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. # Will give values to .Lastmod etc.
enableGitInfo = true enableGitInfo = true