zola/components/site/test_site/config.toml

10 lines
189 B
TOML
Raw Normal View History

title = "My site"
base_url = "https://replace-this-with-your-url.com"
highlight_code = true
2017-07-06 13:19:15 +00:00
compile_sass = true
2017-07-15 03:51:32 +00:00
generate_rss = true
rss_limit = 2
[extra.author]
name = "Vincent Prouillet"