Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/indirect/jekyll-postfiles

files for your jekyll posts
https://github.com/indirect/jekyll-postfiles

Last synced: 11 days ago
JSON representation

files for your jekyll posts

Awesome Lists containing this project

README

        

# Jekyll-postfiles

A plugin for Jekyll that adds files for each post.

## Installation

`git-archive --format=tar --remote=git://github.com/indirect/jekyll-postfiles.git master | tar -xf -`

## Usage

When you have a file you want to include in a post, create a directory named after the post in `_postfiles`, and put the file in there. Here's an example directory structure:

_posts/
2010-09-06-jekyll-postfiles-plugin.md
_postfiles/
2010-09-06-jekyll-postfiles-plugin/
file.zip

To refer to the file inside the post, use the postfile liquid tag, like this: `{% postfile file.zip %}`.