diff options
| author | Jan T <jan@jantuomi.fi> | 2026-01-02 14:19:40 +0000 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 16:21:02 +0200 |
| commit | 6d7e34af89ef1038d213ff8ea325bb84d4a00d4a (patch) | |
| tree | 9f2a716794f3469e0af3c414556feeafa2219b40 /config.toml | |
Initial commit
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 28 |
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 |
