satchlj.com/config.toml

32 lines
735 B
TOML
Raw Normal View History

2019-06-30 22:29:44 +00:00
base_url = "https://blog.timvisee.com"
title = "Tim Visée"
description = "My personal blog"
2019-07-01 15:50:51 +00:00
theme = "zenn"
2019-06-30 22:29:44 +00:00
default_language = "en"
compile_sass = true
highlight_code = true
highlight_theme = "1337" # or: boron
generate_rss = true
build_search_index = true
# check_external_links = true
2019-06-30 22:29:44 +00:00
taxonomies = [
2019-07-01 18:46:03 +00:00
{name = "categories", paginate_by = 5, rss = true},
{name = "tags", paginate_by = 5, rss = true},
2019-06-30 22:29:44 +00:00
]
[extra]
author = "Tim Visée"
zenn_title = "Tim Visee"
2019-07-01 01:31:51 +00:00
zenn_menu = [
{url = "$BASE_URL", name = "Home"},
{url = "$BASE_URL/projects", name = "Projects"},
{url = "$BASE_URL/blog", name = "Blog"},
{url = "$BASE_URL/about", name = "About"},
]
2019-07-01 14:28:52 +00:00
zenn_source = "https://gitlab.com/timvisee/blog.timvisee.com/"