From 234a95fb3f35d19865549f6a9e84b74189616e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Br=C3=A4unlich?= Date: Sun, 1 Sep 2024 07:30:41 +0000 Subject: [PATCH] update hugo.toml theme && hugo mod graph --- go.mod | 2 ++ go.sum | 4 ++++ hugo.toml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 go.sum diff --git a/go.mod b/go.mod index 652dbb20..c8b8727f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module github.com/microsoft/alguidelines go 1.23.0 + +require github.com/google/docsy v0.10.0 // indirect diff --git a/go.sum b/go.sum new file mode 100644 index 00000000..78bc9349 --- /dev/null +++ b/go.sum @@ -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= diff --git a/hugo.toml b/hugo.toml index 16267af5..90d4fee3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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