From 7c352d3a1662404d07929c3f98371c10cb225f22 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sat, 4 Feb 2017 17:24:18 -0800 Subject: [PATCH] More Jekyll exclusions --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 478af848e..3a2cf483c 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ encoding: UTF-8 # Build settings -exclude: ["index.html", "**/index.html", "**/archive", "**/ecp", "**/c64", "logs", "node_modules", "projects", "**/private", "**/rt11", "src", "**/src", "tmp", "**/tmp", "**/unlisted", "videos", "web", ".git", ".idea"] +exclude: ["index.html", "**/index.html", "**/archive", "**/ecp", "**/c64", "logs", "node_modules", "projects", "**/private", "**/restricted", "**/rt11", "src", "**/src", "tmp", "**/tmp", "**/unlisted", "videos", "web", ".git", ".idea"] markdown: kramdown kramdown: input: GFM