Skip to content

A minimal & fast Hugo theme for bloggers using Dracula color scheme

License

Notifications You must be signed in to change notification settings

dotandl/hermit-dracula

 
 

Repository files navigation

Hugo theme Hermit-Dracula

This is a fork of the Hermit Hugo theme with Dracula color scheme applied.

Installation

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"
# ...

Configuration/Documentation

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

Example site can be run with:

$ cd exampleSite/
$ hugo server --themesDir ../../

TODO

  • Add some screenshots to README.md

Acknowledgments

And, of course, author of the original Hermit theme - Track3.

Thanks!

About

A minimal & fast Hugo theme for bloggers using Dracula color scheme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 51.6%
  • SCSS 42.4%
  • JavaScript 6.0%