zola/test_site/config.toml
Pyry Kovanen 4b43b75d22 Allow ignored_content to support markdown files (#759)
* Allow ignored_content to support markdown files

* Add test for markdown supported ignored_content
2019-08-01 10:18:42 +02:00

18 lines
316 B
TOML

title = "My site"
base_url = "https://replace-this-with-your-url.com"
highlight_code = true
compile_sass = true
generate_rss = true
theme = "sample"
taxonomies = [
{name = "categories", rss = true},
]
extra_syntaxes = ["syntaxes"]
ignored_content = ["*/ignored.md"]
[extra.author]
name = "Vincent Prouillet"