A dark theme for Zola, based on After Dark.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
base_url = "http://nothing.com"
|
|
|
|
compile_sass = true
|
|
|
|
title = "after-dark theme"
|
|
|
|
description = ""
|
|
|
|
|
|
|
|
taxonomies = [
|
|
|
|
{name = "categories", rss = true},
|
|
|
|
{name = "tags", rss = true},
|
|
|
|
]
|
|
|
|
|
|
|
|
[extra]
|
|
|
|
author = "Vincent"
|
|
|
|
after_dark_menu = [
|
|
|
|
{url = "$BASE_URL", name = "Home"},
|
|
|
|
{url = "$BASE_URL/categories", name = "Categories"},
|
|
|
|
{url = "$BASE_URL/tags", name = "Tags"},
|
|
|
|
]
|
|
|
|
after_dark_title = "My blog"
|