zola/config.toml
2022-10-31 11:39:53 +01:00

23 lines
380 B
TOML

base_url = "https://yann.fery.me"
title = "Sans ligne éditoriale fixe"
description = ""
compile_sass = true
generate_rss = true
feed_filename = "rss.xml"
build_search_index = true
default_language = "fr"
taxonomies = [{name = "tags", paginate_by = 20}]
[extra]
# Put all your custom variables here
copyright = "2022"
author = "Yann Fery"
[markdown]
highlight_code = true