satchlj.com/config.toml

36 lines
853 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 = "Personal portfolio and blog of Tim Visée"
2019-06-30 22:29:44 +00:00
2019-07-01 15:50:51 +00:00
theme = "zenn"
2019-06-30 22:29:44 +00:00
default_language = "en"
highlight_code = true
highlight_theme = "1337"
2021-02-27 17:24:29 +00:00
generate_feed = true
feed_filename = "rss.xml"
2020-04-25 21:54:39 +00:00
build_search_index = false
2019-07-03 19:40:57 +00:00
check_external_links = false
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"},
2020-01-16 21:38:12 +00:00
{url = "$BASE_URL/donate/", name = "Donate"},
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/"