Dracula Jekyll Theme¶ ↑
Inspired by the Dracula Theme project and based on the Minima Theme.
Installation¶ ↑
Add this line to your Jekyll site’s Gemfile
:
gem "dracula-jekyll-theme"
And add this line to your Jekyll site’s _config.yml
:
theme: dracula-jekyll-theme
And then execute:
$ bundle
Usage¶ ↑
To set up your environment, run bundle install
.
To test your site, run jekyll serve --trace
and open your browser at http://localhost:4000
. Add pages, documents, data, etc. like normal to test your theme’s contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
Contributing¶ ↑
Bug reports and pull requests are welcome on GitHub.
License¶ ↑
The theme is available as open source under the terms of the MIT License.