mirror of https://github.com/onweru/compose.git

weru
22.03.2023 bc4efd512f1be6d8b0d399d55b734da2b1133f61
update theme module

Signed-off-by: weru <fromweru@gmail.com>
3 files modified
8 ■■■■■ changed files
exampleSite/config.toml 4 ●●●● patch | view | raw | blame | history
exampleSite/go.mod 2 ●●● patch | view | raw | blame | history
exampleSite/go.sum 2 ●●●●● patch | view | raw | blame | history
exampleSite/config.toml
@@ -3,8 +3,8 @@
enableRobotsTXT = true
# this example loads the theme as hugo module
# comment out line below, and uncomment the line after it if you prefer to load the theme normally
# theme = ["github.com/onweru/compose"] # edit this if you'ld rather use a fork of this repo
theme = "compose"
theme = ["github.com/onweru/compose"] # edit this if you'ld rather use a fork of this repo
# theme = "compose"
enableGitInfo = true
# disableKinds = ["taxonomy", "taxonomyTerm"]
exampleSite/go.mod
@@ -2,4 +2,4 @@
go 1.15
require github.com/onweru/compose v0.0.0-20230522091510-8c87eb9549cf // indirect
require github.com/onweru/compose v0.0.0-20230522093958-40f93a906ddc // indirect
exampleSite/go.sum
@@ -24,3 +24,5 @@
github.com/onweru/compose v0.0.0-20230521083123-a87b8344748a/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
github.com/onweru/compose v0.0.0-20230522091510-8c87eb9549cf h1:6pEaX2iwqBolJAUa2jT6gSCSz6xUhMf+BXTq+plMMJo=
github.com/onweru/compose v0.0.0-20230522091510-8c87eb9549cf/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
github.com/onweru/compose v0.0.0-20230522093958-40f93a906ddc h1:Uyve0EvHruYiHVTcrU7vew8znzd1h2tnJ3KrnUwqQiQ=
github.com/onweru/compose v0.0.0-20230522093958-40f93a906ddc/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=