Module: JekyllOptionalFrontMatter

Defined in:
lib/jekyll-optional-front-matter.rb,
lib/jekyll-optional-front-matter/version.rb,
lib/jekyll-optional-front-matter/generator.rb

Defined Under Namespace

Classes: Generator

Constant Summary collapse

FILENAME_BLACKLIST =

Case-insensitive array of filenames to exclude. All files must first match the config-defined list of markdown extensions. If you’d like one of these files included in your site, simply add YAML front matter to it.

%w(
  README
  LICENSE
  LICENCE
  COPYING
  CODE_OF_CONDUCT
  CONTRIBUTING
  ISSUE_TEMPLATE
  PULL_REQUEST_TEMPLATE
).freeze
VERSION =
"0.3.2"