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.
18 lines
429 B
18 lines
429 B
base_url = "https://gutenberg-after-dark.netlify.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"
|
|
|