class Jekyll::PageWithoutAFile

def read_yaml(*)

rubocop:disable Naming/MemoizedInstanceVariableName
def read_yaml(*)
  @data ||= {}
end