From 107f688885a34321bdc4fe4b261d92f256742415 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Sun, 09 Jul 2023 16:10:03 +0000 Subject: [PATCH] update theme module --- exampleSite/config.toml | 4 ++-- exampleSite/go.mod | 5 ++++- exampleSite/go.sum | 2 ++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index bb46a25..9ff3f86 100644 --- a/exampleSite/config.toml +++ b/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"] diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 6aeb891..0b5dec1 100644 --- a/exampleSite/go.mod +++ b/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 +) diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 8dcaf4c..2f73034 100644 --- a/exampleSite/go.sum +++ b/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= -- Gitblit v1.10.0