From a3f93648e2507834804ddea2677a11d772d50ffe Mon Sep 17 00:00:00 2001 From: Jorge Arias Date: Fri, 13 Nov 2015 05:05:40 -0300 Subject: [PATCH] Update exclusion list --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c746d09..7bf7290 100755 --- a/_config.yml +++ b/_config.yml @@ -130,6 +130,6 @@ sass: style: compressed # Exclusion list from the generated _site -exclude: ["Rakefile", "LICENSE", "readme.markdown", "vendor"] +exclude: ["LICENSE", "README", "CONTRIBUTORS"] gems: [jekyll-paginate]