# File lib/jekyll/post.rb, line 17
    def self.valid?(name)
      name =~ MATCHER
    end