From c77bb9d94d40e21ea071b1126d825354542f6510 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sat, 16 Jan 2016 16:19:42 -0800 Subject: [PATCH] More Jekyll exclusions (because it seems that an exclusion for the root doesn't work for subdirectories, and vice versa) --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 47bbcfc1e..37a987bf0 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ github_username: jeffpar # Build settings -exclude: ["index.html", "logs", "node_modules", "**/c64", "src", "**/src", "**/static", "tmp", "videos", "web"] +exclude: ["index.html", "**/index.html", "logs", "node_modules", "**/c64", "src", "**/src", "**/static", "tmp", "videos", "web"] markdown: kramdown kramdown: input: GFM