From 6d7e34af89ef1038d213ff8ea325bb84d4a00d4a Mon Sep 17 00:00:00 2001 From: Jan T Date: Fri, 2 Jan 2026 14:19:40 +0000 Subject: Initial commit --- config.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 config.toml (limited to 'config.toml') 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 -- cgit v1.3