Skip to content

timmontague/jekyll-postfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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 %}.

About

files for your jekyll posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%