This is a fork of the Hermit Hugo theme with Dracula color scheme applied.
First, clone this repo into your themes
directory:
# If your Hugo site doesn't use Git:
$ git clone https://github.com/dotandl/hermit-dracula.git themes/hermit-dracula
# If your Hugo site used Git:
$ git submodule add https://github.com/dotandl/hermit-dracula.git themes/hermit-dracula
Then update your config.toml
:
# ...
theme = "hermit-dracula"
# ...
In exampleSite
directory you can find an example Hugo site using
Hermit-Dracula
with configuration.
More details can be found in the original project's repository.
Example site can be run with:
$ cd exampleSite/
$ hugo server --themesDir ../../
- Add some screenshots to
README.md
And, of course, author of the original Hermit theme - Track3.
Thanks!