From 78c01fa7d8f357853fe983e23ef9a0ca2de1c477 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 15 Dec 2015 23:45:06 -0800 Subject: [PATCH] Exclude Node-related directories from Jekyll --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index f1cc115c2..b3e8ad7d8 100644 --- a/_config.yml +++ b/_config.yml @@ -14,6 +14,7 @@ github_username: jeffpar # Build settings +exclude: ["logs", "node_modules", "static", "tmp", "web"] markdown: kramdown kramdown: