commit 4442a417aa4520f92fdc9c71cf0d4e54cc4459d5 Author: OniriCorpe Date: Mon Apr 13 23:38:34 2026 +0200 initialisation diff --git a/zola.toml b/zola.toml new file mode 100644 index 0000000..3bee7c9 --- /dev/null +++ b/zola.toml @@ -0,0 +1,16 @@ +# The URL the site will be built for +base_url = "https://mono-3d.fr" + +# 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 + +[markdown] + +[markdown.highlighting] +theme = "catppuccin-mocha" + +[extra] +# Put all your custom variables here