Files
dandellion-xyz/config.toml
T
2021-03-01 20:58:39 +01:00

33 lines
744 B
TOML

# The URL the site will be built for
base_url = "https://dandellion.xyz"
title = "Daniel Olsen"
description = "Daniel Olsen's blog"
generate_feed = true
# 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 = false
theme = "even"
taxonomies = [
# You can enable/disable RSS
{name = "categories", feed = true},
{name = "tags", feed = true},
]
[extra]
# Put all your custom variables here
katex_enable = true
katex_auto_render = true