summaryrefslogtreecommitdiffstats
path: root/config.toml
blob: 3d5b7b464cb909e4524f936966c15bc93f1dacf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
base_url = "/"
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},
]