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" }