Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/blu-j/jekyll-memoize-include
- Owner: Blu-J
- Created: 2015-07-20T15:27:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T15:33:39.000Z (over 9 years ago)
- Last Synced: 2023-02-27T18:11:23.361Z (almost 2 years ago)
- Language: Ruby
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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" %}`