From ea96b736f39a1d3e95e2dbaab5c96951251aa287 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 8 Feb 2017 20:40:10 -0800 Subject: [PATCH] Stop suppressing folders named rt11 --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 6f0de3da6..8ab255572 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", "**/restricted", "**/rt11", "src", "**/src", "tmp", "**/tmp", "**/unlisted", "videos", "web", ".git", ".idea"] +exclude: ["index.html", "**/index.html", "**/archive", "**/ecp", "**/c64", "logs", "node_modules", "projects", "**/private", "**/restricted", "src", "**/src", "tmp", "**/tmp", "**/unlisted", "videos", "web", ".git", ".idea"] markdown: kramdown kramdown: input: GFM