Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prometheus-ev/jekyll-rendering
Jekyll plugin to provide alternative rendering engines.
https://github.com/prometheus-ev/jekyll-rendering
Last synced: 5 days ago
JSON representation
Jekyll plugin to provide alternative rendering engines.
- Host: GitHub
- URL: https://github.com/prometheus-ev/jekyll-rendering
- Owner: prometheus-ev
- License: other
- Archived: true
- Created: 2010-06-30T17:06:59.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T01:50:38.000Z (over 9 years ago)
- Last Synced: 2024-04-26T08:20:23.430Z (7 months ago)
- Language: Ruby
- Homepage: http://rdoc.info/gems/jekyll-rendering
- Size: 485 KB
- Stars: 22
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- awesome-jekyll-plugins - **Rendering** - rendering](https://rubygems.org/gems/jekyll-rendering)) -- provide alternative rendering engines. **Archived** (Other)
README
= jekyll-rendering - Jekyll plugin to provide alternative rendering engines.
== VERSION
This documentation refers to jekyll-rendering version 0.0.9
== DESCRIPTION
Jekyll plugin to provide alternative rendering engines.
Add the following to your _plugins/ext.rb file:
require 'jekyll/rendering'
Then set +engine+ in your _config.yml. The default engine is +liquid+.
Options passed to ERB.new are taken from Jekyll::Rendering::ERB_OPTIONS.
Modify this array if you want to change defaults.== TODO
* Automatic engine detection by file extension? (..)
== LINKS
Documentation:: http://rdoc.info/gems/jekyll-rendering
Source code:: http://github.com/prometheus-ev/jekyll-rendering
RubyGem:: http://rubygems.org/gems/jekyll-rendering== AUTHORS
* Jens Wille
== CREDITS
* Arne Eilermann for the original idea
and implementation.== LICENSE AND COPYRIGHT
Copyright (C) 2010-2012 University of Cologne,
Albertus-Magnus-Platz, 50923 Cologne, GermanyCopyright (C) 2013 Jens Wille
jekyll-rendering is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your option)
any later version.jekyll-rendering is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
details.You should have received a copy of the GNU Affero General Public License along
with jekyll-rendering. If not, see .