website/config.toml

27 lines
754 B
TOML
Raw Permalink Normal View History

2019-10-06 19:58:02 +00:00
# The URL the site will be built for
base_url = "https://winkekatze.space"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
theme = "after-dark"
[extra]
# Put all your custom variables here
after_dark_menu = [
{url = "$BASE_URL", name = "Übersicht"},
2020-02-21 10:23:32 +00:00
{url = "$BASE_URL/wochenplan", name = "Wochenplan"},
2020-02-21 10:23:56 +00:00
{url = "$BASE_URL/kontakt", name = "Kontakt"},
2020-02-21 10:24:15 +00:00
{url = "$BASE_URL/chat", name = "Chat"},
2019-10-06 19:58:02 +00:00
]
after_dark_title = "202 Accepted"