From 5b7129acb78aa8b7479f3c66bbf893aed2f39e98 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 12 Dec 2019 10:06:39 +0100 Subject: [PATCH] Ignore README.md in zola processing --- blog/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/config.toml b/blog/config.toml index e7f374f9..7fc83ae9 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -5,6 +5,8 @@ highlight_code = true highlight_theme = "visual-studio-dark" generate_rss = true +ignored_content = ["*/README.md"] + [extra] subtitle = "Philipp Oppermann's blog" author = { name = "Philipp Oppermann" }