24 lines
577 B
TOML
24 lines
577 B
TOML
name = "even"
|
|
description = "A robust, elegant dark theme"
|
|
license = "MIT"
|
|
homepage = "https://github.com/Keats/even"
|
|
min_version = "0.3"
|
|
|
|
[extra]
|
|
even_menu = [
|
|
{url = "$BASE_URL", name = "Home"},
|
|
{url = "$BASE_URL/categories", name = "Categories"},
|
|
{url = "$BASE_URL/tags", name = "Tags"},
|
|
{url = "$BASE_URL/about", name = "About"},
|
|
]
|
|
even_title = "Even"
|
|
|
|
[author]
|
|
name = "Vincent Prouillet"
|
|
homepage = "https://vincent.is"
|
|
|
|
[original]
|
|
author = "olOwOlo"
|
|
homepage = "https://blog.olowolo.com/example-site/"
|
|
repo = "https://github.com/olOwOlo/hugo-theme-even"
|