summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..1e2184f
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,28 @@
+# The URL the site will be built for
+base_url = "https://jan.systems"
+
+title = "Jan Tuomi"
+description = "Minimalist, digital gardener, senior software engineer."
+default_language = "en"
+generate_feeds = true
+feed_filenames = ["atom.xml"]
+author = "Jan Tuomi"
+generate_sitemap = true
+generate_robots_txt = true
+compile_sass = false
+build_search_index = false
+
+taxonomies = [{ name = "kind", feed = 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
+error_on_missing_highlight = true
+external_links_target_blank = true
+bottom_footnotes = true
+lazy_async_image = true
+insert_anchor_links = "heading"
+
+[extra]
+# Put all your custom variables here