Additions for the docsy theme for Hugo, used for Puzzle training content. The docsy-puzzle theme inherites from the docsy theme through Hugo Modules.
The theme adds the following to the standard docsy theme:
- Puzzle ITC colors scheme and fonts
- Puzzle ITC logo
To add the docsy, docsy-plus and docsy-puzzle themes to an existing Hugo project, run the following commands from your project’s root directory:
hugo mod get github.com/acend/docsy-plus
hugo mod get github.com/puzzle/docsy-puzzle
Reference both themes in your configuration, the docsy-puzzle theme needs to come before docsy.
Example config.toml:
[module]
[module.hugoVersion]
extended = true
min = "0.100.0"
[[module.imports]]
path = "github.com/puzzle/docsy-puzzle"
disable = false
[[module.imports]]
path = "github.com/acend/docsy-plus"
disable = false
Docsy itself is a dependency of docsy-plus