RubyGems Navigation menu

jekyll_strict_front_matter 0.1.1

By default, if a page or a post in a Jekyll site has a syntax error in the front matter, Jekyll logs an error, does not render anything for the given page, and continues. The result is a site without any content for the page with the syntax error. This can be confusing for people who build sites without looking at the CLI, such as those of us whose sites build in a CI. In these cases, we may wish for our build to fail if there are front matter syntax errors. [This PR](https://github.com/jekyll/jekyll/pull/5832/files) seeks to add a config option for that, but in the meantime this plugin exists to fill the gap. This plugin may also be used to add the option to sites using an older version of Jekyll.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.1.1 - April 30, 2017 (6 KB)
Show all versions (2 total)

Runtime Dependencies (1):

jekyll >= 2.5.0

Owners:

Authors:

  • Jonathan Hooper

SHA 256 checksum:

35fe98273932abf66dcddf08703677e9f65dfe1d20a7b478a4a758ea300742bc

Total downloads 2,350

For this version 2,348

License:

MIT

Required Ruby Version: >= 0

Links: