class Jekyll::Site

def posts

def posts
  collections["posts"] ||= Collection.new(self, "posts")
end