From 81c7f1250042e85851c8705c9d56c6178f4bdd96 Mon Sep 17 00:00:00 2001 From: Virtua Creative Date: Thu, 24 Mar 2016 20:57:10 -0300 Subject: [PATCH] exclude readme.md from the builds --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index b451ff8..c6ca42e 100644 --- a/_config.yml +++ b/_config.yml @@ -19,3 +19,4 @@ github_username: jekyll # Build settings markdown: kramdown +exclude: ["README.md"] \ No newline at end of file