modded version of after-dark
Go to file
2018-01-25 19:20:58 +01:00
content Update for gutenberg 0.3 2018-01-25 19:20:58 +01:00
sass Initial commit 2017-11-03 10:31:31 +01:00
templates Add taxonomies 2017-11-16 19:03:41 +01:00
.gitignore Update for gutenberg 0.3 2018-01-25 19:20:58 +01:00
config.toml Update for gutenberg 0.3 2018-01-25 19:20:58 +01:00
LICENSE Initial commit 2017-11-03 10:31:31 +01:00
README.md Update README.md 2017-11-07 17:37:54 +01:00
screenshot.png Update for gutenberg 0.3 2018-01-25 19:20:58 +01:00
theme.toml Initial commit 2017-11-03 10:31:31 +01:00

after-dark

after-dark screenshot

Contents

Installation

First download this theme to your themes directory:

$ cd themes
$ git clone https://github.com/Keats/after-dark.git

and then enable it in your config.toml:

theme = "after-dark"

Options

Top-menu

Set a field in extra with a key of after_dark_menu:

after_dark_menu = [
    {url = "$BASE_URL", name = "Home"},
    {url = "$BASE_URL/categories", name = "Categories"},
    {url = "$BASE_URL/tags", name = "Tags"},
    {url = "https://google.com", name = "Google"},
]

If you put $BASE_URL in a url, it will automatically be replaced by the actual site URL.

Title

The site title is shown on the homepage. As it might be different from the <title> element that the title field in the config represents, you can set the after_dark_title instead.

Original

This template is based on the Hugo template https://github.com/comfusion/after-dark