Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blu-j/jekyll-memoize-include

Be able to memoize a include to better cache calculated pages.
https://github.com/blu-j/jekyll-memoize-include

Last synced: 18 days ago
JSON representation

Be able to memoize a include to better cache calculated pages.

Awesome Lists containing this project

README

        

# What does it do

* Memorizes the include, which means that we can cache calculated includes
* Great for templates that don't have the many different parameters and is pure in the sense that it is modified only by parameters

# How to use
* Clone the repository
* Copy the mem-include.rb into _plugins
* use `{% meminclude test.html param1="1234" %}` instead of `{% include test.html param1="1234" %}`