class Jekyll::PageWithoutAFile

attributes “dir”, “name”, “path”, “url” defined on it.
The class instance is basically just a bare-bones entity with just
determine the page-data and page-content based on Front Matter delimiters.
A Jekyll::Page subclass to handle processing files without reading it to

def read_yaml(*)

def read_yaml(*)
  @data ||= {}
end