blob: 2d5f3c9cbb78ec07aa779750e0e8ded58bb4222d (
plain) (
tree)
|
|
base_url = "https://blog.memzero.de"
title = "memzero"
description = "Hello .*"
taxonomies = [
{ name = "tags" },
]
compile_sass = true
build_search_index = true
[markdown]
highlight_code = true
# https://www.getzola.org/documentation/getting-started/configuration/#syntax-highlighting
# -- light
#highlight_theme = "OneHalfLight"
#highlight_theme = "Tomorrow"
# -- dark
highlight_theme = "one-dark"
[extra]
header_links = [
{ url = "$BASE_URL", name = "Posts" },
{ url = "$BASE_URL/tags", name = "Tags" },
{ url = "https://github.com/johannst", name = "GitHub" },
{ url = "https://twitter.com/xjohannst", name = "Twitter" },
{ url = "https://memzero.de", name = "About" },
]
[link_checker]
external_level = "error"
# vim:ft=config
|