script/proof: ignore eduardoboucas.com
This commit is contained in:
parent
29853ab46d
commit
41fb36a36f
|
@ -10,9 +10,10 @@ function msg {
|
||||||
}
|
}
|
||||||
|
|
||||||
INGORE_HREFS=$(ruby -e 'puts %w{
|
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"
|
||||||
|
|
Loading…
Reference in New Issue