aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: dd2361a74ff493dc27921a84c052f5f4d0bcee5a (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]

external_links_target_blank = true

[markdown.highlighting]
theme = "everforest-dark"

[extra]
# Put all your custom variables here