clan/machines/moritz-server/website/root/config.toml

32 lines
973 B
TOML

# The URL the site will be built for
base_url = "https://moritz.place"
# The site title and description; used in feeds by default.
title = "Moritz Place on the Internet"
description = "Stay a while :)"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false # NOTE: enable this when adding a search script
# The site theme to use.
theme = "anemone"
# When set to "true", a feed is automatically generated.
generate_feeds = false
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
[extra]
# Put all your custom variables here
header_nav = [
{ url = "/", name_en = "/home/"},
# { url = "/about", name_en = "/about/"},
# { url = "/journal", name_en = "/journal/"},
{ url = "/blog", name_en = "/blog/"},
]