This is not a standalone theme. This is a Hugo theme component.
To use this:
- Clone this repo to
your-site/themes/hugo-debugprint
directory. - Add “hugo-debugprint” as the left-most element of the
theme
list variable in your site’s or theme’sconfig.toml
. Example:theme = ["hugo-debugprint", "my-theme"]