class Jekyll::PostReader
def read_posts(dir)
dir - The String relative path of the directory to read.
object with each one.
Read all the files in
def read_posts(dir) read_publishable(dir, "_posts", Document::DATE_FILENAME_MATCHER) end
def read_posts(dir) read_publishable(dir, "_posts", Document::DATE_FILENAME_MATCHER) end