jekyll-plugins icon indicating copy to clipboard operation
jekyll-plugins copied to clipboard

A set of Jekyll plugins

h1. Jekyll Plugins

To install the plugins simply put them in a folder named _plugins in your project directory.

h2. Delicious

This Jekyll plugin is used for fetching and rendering bookmarks from delicious.com.

h3. Usage

This will fetch the last 15 bookmarks tagged with 'design' from account 'x' and cache them for 3600 seconds:



h4. Parameters

|Name|Description|Example| |username|delicious username|jebus| |tag|delicious tag(s), separated by +|design, or design+tosite to fetch bookmarks tagged both design and tosite.| |count|Number of boomkarks to fetch|15| |ttl|The number of seconds the feed is cached|3600 caches the feed for one hour. Leave empty to always fetch feed.|

h2. Author

"Christian Hellsten":http://christianhellsten.com ("Aktagon Ltd.":http://aktagon.com)

h2. RSS/Atom Feed

This Jekyll plugin is used for fetching and rendering RSS and Atom feeds.

h3. Usage

This will fetch the last 15 entries and cache them for 3600 seconds:


  {% rssfeed url:https://github.com/cz8s.atom count:15 ttl:3600 %}
    {{ item.link }}
    {{ item.day }}
    {{ item.description }} 
  {% endstatusnet %}

h4. Parameters

|Name|Description|Example| |url|Feed URL |https://github.com/cz8s.atom| |count|Number of entries to show |15| |ttl|The number of seconds the feed is cached 3600 caches the feed for one hour. Leave empty to always fetch feed.|3600|

h2. Author

"Christoph":http://www.kluenter.de