# File lib/webby.rb, line 42
  def self.exclude
    @exclude ||= Regexp.new(site.exclude.join('|'))
  end