load theme as a hugo module
2 files added
1 files modified
| | |
| | | baseURL = "https://example.com/" |
| | | title = "Compose Docs" |
| | | enableRobotsTXT = true |
| | | theme = "compose" |
| | | # 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"] |
| | | # theme = "compose" |
| | | enableGitInfo = true |
| | | |
| | | disableKinds = ["taxonomy", "taxonomyTerm"] |
| New file |
| | |
| | | module compose-exampleSite |
| | | |
| | | go 1.15 |
| | | |
| | | require github.com/onweru/compose v0.0.0-20201006150935-3c1a2b1a5808 // indirect |
| New file |
| | |
| | | github.com/onweru/compose v0.0.0-20201006150935-3c1a2b1a5808 h1:6eVMm+cuEWeCodoHVzfjPc1+BOJMvm7boxrsXSMcbBg= |
| | | github.com/onweru/compose v0.0.0-20201006150935-3c1a2b1a5808/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= |