satchlj.com/config.toml

33 lines
781 B
TOML
Raw Normal View History

2019-07-03 15:28:01 +00:00
base_url = "https://timvisee.com"
2019-06-30 22:29:44 +00:00
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 = [
2019-07-01 20:04:04 +00:00
{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-03 13:01:47 +00:00
{url = "$BASE_URL/contact/", name = "Contact"},
2019-07-01 01:31:51 +00:00
]
2019-07-02 14:20:41 +00:00
zenn_source = "https://gitlab.com/timvisee/timvisee.com/"