my-website/config.toml

20 lines
488 B
TOML
Raw Normal View History

# The URL the site will be built for
base_url = "https://zola-test.jotoho.de"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
2021-06-13 22:16:28 +02:00
default_language = "en"
hard_link_static = true
[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
2021-06-13 22:16:28 +02:00
render_emoji = true
external_links_no_referrer = true
[extra]
# Put all your custom variables here