From: Ben Beltran Date: Tue, 17 Feb 2015 04:27:57 +0000 (-0600) Subject: Suppresses warning about exclude format X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/3f97ffce934835b99227713d37d56086f71f62ce?ds=sidebyside;hp=f9e290d97e6e5a03724804e01d5005f857db7246 Suppresses warning about exclude format --- diff --git a/_config.yml b/_config.yml index 16acbfb..8b0d963 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ markdown: rdiscount permalink: /:year/:month/:day/:title -exclude: Gemfile, Gemfile.lock +exclude: ["Gemfile", "Gemfile.lock"] source: jekyll paginate: 10 baseurl: "http://nsovocal.com"