summaryrefslogtreecommitdiffstats
path: root/config.toml
blob: 976d6afe89db591eaf1182e6489f3a1d0407e391 (plain)
1
2
3
4
5
6
7
8
9
10
11
base_url = "docsascode.codeandmedia.com"
compile_sass = true
title = "Docs title"
highlight_code = true
highlight_theme = "kronuz"
build_search_index = true

taxonomies = [
    {name = "tags", rss = true},
    {name = "authors", rss = true},
]