summaryrefslogtreecommitdiff
path: root/config.toml
blob: 8605f9781aeaaa359614a9de557ebc6554ba913b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
base_url = "https://stevenlr.com"
title = "Steven Le Rouzic"
description = "Programming, graphics, and more"
compile_sass = true
build_search_index = false
generate_feed = true
feed_filename = "rss.xml"
taxonomies = [
    { name = "tags", render = true },
]

[markdown]
highlight_code = true
highlight_theme = "visual-studio-dark"
smart_punctuation = true

[search]
include_content = false

[extra]
# Put all your custom variables here