File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- [submodule "themes/beautifulhugo "]
2- path = themes/beautifulhugo
3- url = https://github.com/henribru/beautifulhugo.git
Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ title = "Norwegian Language Learning"
66canonifyurls = false
77
88DefaultContentLanguage = " en"
9- theme = " beautifulhugo"
109metaDataFormat = " yaml"
1110pygmentsUseClasses = true
1211pygmentCodeFences = true
1312# disqusShortname = "XXX"
1413# googleAnalytics = "XXX"
1514enableRobotsTXT = true
1615
16+ [[module .imports ]]
17+ path = " github.com/halogenica/beautifulhugo"
18+
1719[security ]
1820 enableInlineShortcodes = false
1921
Original file line number Diff line number Diff line change 1+ module github.com/NLLCommunity/nllcommunity.github.io
2+
3+ go 1.24.5
4+
5+ require github.com/halogenica/beautifulhugo v0.0.0-20250508050025-e69e25d4ca0d // indirect
Original file line number Diff line number Diff line change 1+ github.com/halogenica/beautifulhugo v0.0.0-20250508050025-e69e25d4ca0d h1:H3Gf3B7nxMscrz+v7fn+PavLMUR+vCpcRJpzCAZy57A =
2+ github.com/halogenica/beautifulhugo v0.0.0-20250508050025-e69e25d4ca0d /go.mod h1:4dwHt6njigk+fr9W3Bg+OflL4LKzkjbXAULXvr3mYLs =
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments