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

https://github.com/timnew/jekyll-attachments

The attachment plugin for Jekyll and Octopress
https://github.com/timnew/jekyll-attachments

Last synced: about 1 year ago
JSON representation

The attachment plugin for Jekyll and Octopress

Awesome Lists containing this project

README

          

Jekyll post attachment generator
==================
[https://github.com/timnew/jekyll-attachments](https://github.com/timnew/jekyll-attachments)

Copyright (c) 2013 TimNew, http://timnew.github.io
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)

A generator that publish files as attachments along with the posts for jekyll sites. The attachments could be the images used in the post or source code or other kind of file referenced in the post.

## Available _config.yml settings
* attachment_dir: The folder to find post attachments in (default is 'attachments').

## How to apply
1. Copy the the files in the plugins to the plugins folder in your jekyll site
2. Append the rakefile to your rakefile of the jekyll site
3. (Optional but recommended) Install TextMate bundle at [https://github.com/timnew/jekyll.tmbundle](https://github.com/timnew/jekyll.tmbundle), which makes the tool easier to use