Jekyll File System Jail

How Jekyll accesses your file system (safely).

Installation

Add this line to your application's Gemfile:

gem 'jekyll-filesystem-adapter'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-filesystem-adapter

Usage

It's installed with Jekyll by default and accessible via Jekyll.fs. Any and all plugins utilizing the file system must use Jekyll.fs to be considered secure.

Contributing

  1. Fork it ( https://github.com/jekyll/jekyll-filesystem-jail/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Credit

Written by Parker Moore (@parkr).