A digitalkode theme for Hugo 🍜
At the root of your Hugo project, run:
git submodule add https://github.com/digitalkode/digitalkode-hugo.git themes/digitalkode-hugo
Next, copy the contents of the exampleSite/config.toml
to your site's config.toml
. Make sure to read all the comments, as there a few nuances with Hugo themes that require some changes to that file.
The most important change you will need to make to the config.toml
is removing this line:
themesDir = "../../"
It only exists in the example site so that the demo can function properly.
Finally, run:
hugo server -D