module JekyllFeed class PageWithoutAFile < Jekyll::Page def read_yaml(*) @data ||= {} end end end