summaryrefslogtreecommitdiff
path: root/zola.toml
diff options
context:
space:
mode:
authordevels <devels@tuta.com>2026-09-04 20:59:23 +0100
committerdevels <devels@tuta.com>2026-09-04 20:59:23 +0100
commitd45551a628cb51fed0dac9efe089aa223cabb196 (patch)
tree8224085dc93052367d2ca8ef5d0fe41b2bc21489 /zola.toml
downloadsite-d45551a628cb51fed0dac9efe089aa223cabb196.tar.gz
site-d45551a628cb51fed0dac9efe089aa223cabb196.zip
initial commit
Diffstat (limited to 'zola.toml')
-rw-r--r--zola.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/zola.toml b/zola.toml
new file mode 100644
index 0000000..79a69a6
--- /dev/null
+++ b/zola.toml
@@ -0,0 +1,14 @@
+base_url = "https://example.com"
+
+title = "devels' site"
+
+compile_sass = true
+
+build_search_index = false
+
+[markdown]
+
+[markdown.highlighting]
+theme = "catppuccin-mocha"
+
+[extra]