test if hugo modules work now
This commit is contained in:
parent
1ba333e33d
commit
5fe545dea4
5 changed files with 20 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule "themes/hugo-book"]
|
|
||||||
path = themes/hugo-book
|
|
||||||
url = https://code.lila.network/adoralaura/hugo-book-theme.git
|
|
14
config.toml
14
config.toml
|
@ -2,5 +2,17 @@ baseURL = 'https://certwarden-deploy.adora.codes/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'certwarden-deploy'
|
title = 'certwarden-deploy'
|
||||||
|
|
||||||
theme = 'hugo-book'
|
theme = "code.lila.network/adoralaura/hugo-book-theme"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[params]
|
||||||
|
# (Optional, default light) Sets color theme: light, dark or auto.
|
||||||
|
# Theme 'auto' switches between dark and light modes based on browser/os preferences
|
||||||
|
BookTheme = 'auto'
|
||||||
|
BookRepo = 'https://code.lila.network/adoralaura/certwarden-deploy'
|
||||||
|
|
||||||
|
|
||||||
|
[module]
|
||||||
|
[[module.imports]]
|
||||||
|
path = "code.lila.network/adoralaura/hugo-book-theme"
|
||||||
|
|
5
go.mod
Normal file
5
go.mod
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
module code.lila.network/adoralaura/certwarden-deploy-docs
|
||||||
|
|
||||||
|
go 1.22.2
|
||||||
|
|
||||||
|
require code.lila.network/adoralaura/hugo-book-theme v0.0.0-20240712103017-55b1193ecd34 // indirect
|
2
go.sum
Normal file
2
go.sum
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
code.lila.network/adoralaura/hugo-book-theme v0.0.0-20240712103017-55b1193ecd34 h1:jgwSyEijB5R4TxGxsO6Lugm1+bcaw7Tz5rCxptmc92A=
|
||||||
|
code.lila.network/adoralaura/hugo-book-theme v0.0.0-20240712103017-55b1193ecd34/go.mod h1:MBe0adh4WF9iMJ51BCRAeKkPUda/JB9RlGUQwmk5qc0=
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 7c26d9b8b731d556a2bf89848f59e8300eabc44b
|
|
Reference in a new issue