Skip to content
Snippets Groups Projects
config.toml 236 B
Newer Older
Hugo Trentesaux's avatar
Hugo Trentesaux committed
base_url = "http://duniter.trentesaux.fr"
Hugo Trentesaux's avatar
Hugo Trentesaux committed
compile_sass = true
highlight_code = true
build_search_index = true
default_language = "fr"
Hugo Trentesaux's avatar
Hugo Trentesaux committed

taxonomies = [
    {name = "authors"},
    {name = "tags"},
    {name = "category"},
    ]

Hugo Trentesaux's avatar
Hugo Trentesaux committed
[extra]