Merge pull request #3576 from jekyll/fix-proofer

script/proof: ignore eduardoboucas.com
This commit is contained in:
Parker Moore 2015-03-15 18:05:29 -07:00
commit 0d288c54da
1 changed files with 4 additions and 3 deletions

View File

@ -13,6 +13,7 @@ INGORE_HREFS=$(ruby -e 'puts %w{
Chrononaut Chrononaut
twitter.com twitter.com
nearlyfreespeech.net nearlyfreespeech.net
eduardoboucas.com
}.map{|h| "/#{h}/"}.join(",")') }.map{|h| "/#{h}/"}.join(",")')
SOURCE="site" SOURCE="site"
DESTINATION="_site" DESTINATION="_site"