blob: 5a67b9f08191d5ddf31b5150254c9a6a018866da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
base_url = "https://stevenlr.com"
compile_sass = true
build_search_index = true
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
|