Ignore README.md in zola processing

This commit is contained in:
Philipp Oppermann
2019-12-12 10:06:39 +01:00
parent a7ae6519c7
commit 5b7129acb7

View File

@@ -5,6 +5,8 @@ highlight_code = true
highlight_theme = "visual-studio-dark" highlight_theme = "visual-studio-dark"
generate_rss = true generate_rss = true
ignored_content = ["*/README.md"]
[extra] [extra]
subtitle = "Philipp Oppermann's blog" subtitle = "Philipp Oppermann's blog"
author = { name = "Philipp Oppermann" } author = { name = "Philipp Oppermann" }