No commit activity in last 3 years
No release in over 3 years
this plugin patches Jekyll::Reader so that it pretends that files with endings specified in the `site.no_matter` array always have front matter in them so that they may be converted or processed in some other way
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 3.3
 Project Readme

jekyll-no-matter

this is a jekyll plugin to allow files with certain extensions to be converted even without front matter

step 1

install the plug through one of the ways mentioned at https://jekyllrb.com/docs/plugins/#installing-a-plugin

step 2

add a no_matter array to your site's _config.yml

# sass and Markdown don't matter
no_matter:
	- .sass
	- .scss
	- .md

step 3

if you're using sass @include set the load paths in your site's _config.yml

sass:
  load_paths:
		- _sass