ruby-jekyll-optional-front-matter

jekyll plugin to make front matter optional for markdown files
  https://github.com/benbalter/jekyll-optional-front-matter
  0
  no reviews



Jekyll requires that any markdown file has YAML front matter in order to be processed and converted to HTML. But sometimes it's easier to simply add a plain markdown file. Using this plugin any markdown file in the site's source - except for a short list of common meta files - will be treated as a page and rendered as HTML by default, even if it doesn't have YAML front matter.