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

weru
09.10.2023 107f688885a34321bdc4fe4b261d92f256742415
update theme module

Signed-off-by: weru <fromweru@gmail.com>
3 files modified
11 ■■■■ changed files
exampleSite/config.toml 4 ●●●● patch | view | raw | blame | history
exampleSite/go.mod 5 ●●●● patch | view | raw | blame | history
exampleSite/go.sum 2 ●●●●● patch | view | raw | blame | history
exampleSite/config.toml
@@ -4,8 +4,8 @@
# 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 = ["github.com/rwstorer/hugo-theme-compose"] # change back to onweru after import
theme = "compose"
theme = ["github.com/rwstorer/hugo-theme-compose"] # change back to onweru after import
# theme = "compose"
enableGitInfo = true
# disableKinds = ["taxonomy", "taxonomyTerm"]
exampleSite/go.mod
@@ -2,4 +2,7 @@
go 1.15
require github.com/onweru/compose v0.0.0-20230709140616-b352d2c11cd8 // indirect
require (
    github.com/onweru/compose v0.0.0-20230709140616-b352d2c11cd8 // indirect
    github.com/rwstorer/hugo-theme-compose v0.0.0-20230705005233-e37ac6973101 // indirect
)
exampleSite/go.sum
@@ -34,3 +34,5 @@
github.com/onweru/compose v0.0.0-20230709124724-5ebe0b0b8d16/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
github.com/onweru/compose v0.0.0-20230709140616-b352d2c11cd8 h1:6D3uUi+TB00CDWbDCmWpJVjzYAy8KcCZ4a7Is36BrzI=
github.com/onweru/compose v0.0.0-20230709140616-b352d2c11cd8/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
github.com/rwstorer/hugo-theme-compose v0.0.0-20230705005233-e37ac6973101 h1:LdUnwLgzORSs86EpkgioaHoSCNOLVZpqBBBiNECa7Ts=
github.com/rwstorer/hugo-theme-compose v0.0.0-20230705005233-e37ac6973101/go.mod h1:7TS3BoBV/IcLPRT2r7LyTyOqzsS5P5sXKlNpGgxdK/s=