Platen core theme for Hugo: build websites for digital tabletop rpgs
Add to your config.yaml
:
module:
imports:
- path: github.com/platenio/hugo-platen
or config.toml
:
[module]
[[module.imports]]
path = "github.com/platenio/hugo-platen"
then run hugo mod get -u
and you're done!