Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Jekyll Plugins

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

Delicious

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

Usage

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


<ul class="delicious-links">
{% delicious username:x tag:design count:15 ttl:3600 %}
<li><a href="{{ item.link }}" title="{{ item.description }}" rel="external">{{ item.title }}</a></li>
{% enddelicious %}
</ul>

Parameters

NameDescriptionExample
usernamedelicious usernamejebus
tagdelicious tag(s), separated by +design, or design+tosite to fetch bookmarks tagged both design and tosite.
countNumber of boomkarks to fetch15
ttlThe number of seconds the feed is cached3600 caches the feed for one hour. Leave empty to always fetch feed.

About

A set of Jekyll plugins

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors