update theme module
Signed-off-by: weru <fromweru@gmail.com>
| | |
| | | # 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"] |
| | |
| | | |
| | | 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 |
| | | ) |
| | |
| | | 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= |