§Homer
§Install using Git
If you are a git user, you can install the theme and keep up to date by cloning the repo:
git clone https://github.com/dracula/homer.git
§Install manually
Download using the GitHub .zip download option and unzip them.
§Activating theme
- Copy
custom.css
towww/assets/custom.css
. - Copy
dracula-background.png
towww/assets/dracula-background
. - Put these lines into
www/assets/config.yml
and save the file:
# Will load Dracula theme.
stylesheet:
- "assets/custom.css"
- Refresh the page. Boom! It's working.