themes: Add dark theme

To use, set `color_theme = "dark"` in `config.toml`.

See #299 and #139
This commit is contained in:
George Cushen 2017-11-11 17:55:42 +00:00
commit 09b91845a0
9 changed files with 162 additions and 12 deletions

View file

@ -27,6 +27,10 @@ Academic is available in different color themes and font themes.
| --- | --- |
| ![forest theme](https://raw.githubusercontent.com/gcushen/hugo-academic/master/images/theme-forest.png) | ![coffee theme](https://raw.githubusercontent.com/gcushen/hugo-academic/master/images/theme-coffee-playfair.png) |
| `dark` |
| --- |
| ![dark theme](https://raw.githubusercontent.com/gcushen/hugo-academic/master/images/theme-dark.png) |
## Getting Started
1. [Install Hugo](https://georgecushen.com/create-your-website-with-hugo/#installing-hugo) and create a new website by typing the following commands in your *Terminal* or *Command Prompt* app: