satchlj.com/config.toml

33 lines
781 B
TOML

base_url = "https://timvisee.com"
title = "Tim Visée"
description = "My personal blog"
theme = "zenn"
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
taxonomies = [
{name = "categories", paginate_by = 5, rss = true},
{name = "tags", paginate_by = 5, rss = true},
]
[extra]
author = "Tim Visée"
zenn_title = "Tim Visee"
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"},
{url = "$BASE_URL/contact/", name = "Contact"},
]
zenn_source = "https://gitlab.com/timvisee/timvisee.com/"