blob: 1e2184fa3b314ce38cf4a564aec30f79c448c555 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
|