summaryrefslogtreecommitdiff
path: root/config.toml
blob: a63e891db25613b817b5024bd669ae5dfced03a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# The URL the site will be built for
base_url = "https://soaos.dev"

title = "soaos"
description = "i forgot to write a description for this post"
default_language = "en"
author = "soaos"

compile_sass = false
build_search_index = false
generate_feeds = true
generate_robots_txt = true
generate_sitemap = 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

external_links_target_blank = true

[extra]
# Put all your custom variables here