update hugo.toml theme && hugo mod graph
This commit is contained in:
parent
3df13226c3
commit
234a95fb3f
3 changed files with 7 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -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
4
go.sum
Normal 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=
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue