mindlair/config.toml
Irrlicht ace8217983 [config][wip] Make the site available in multiple language
Work on basic configuration to test if the translations are picked up by
Zola system
2025-10-14 20:35:51 +02:00

22 lines
545 B
TOML

# The URL the site will be built for
base_url = "https://mindlair.fr"
title = "Mindlair"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
default_language = "en"
[languages.fr]
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = false
[extra]
# Put all your custom variables here