Jekyll::Coffeescript
A CoffeeScript converter for Jekyll.
Installation
Add this line to your application's Gemfile:
gem 'jekyll-coffeescript'And then execute:
$ bundleOr install it yourself as:
$ gem install jekyll-coffeescriptNotes: jekyll-coffeescript requires Ruby 2.4 or greater. Additionally, the dependency on execjs means you must also have a valid JavaScript runtime available to your project
You also need to add this plugin to your _config.yml file:
plugins:
- jekyll-coffeescript
Usage
In your Jekyll site, create CoffeeScript files that start with the following lines:
---
---
You need those three dashes in order for Jekyll to recognize it as "convertible". They won't be included in the content passed to the CoffeeScript compiler.
Contributing
- Fork it (
http://github.com/jekyll/jekyll-coffeescript/fork) - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am "Add some feature") - Push to the branch (
git push origin my-new-feature) - Create new Pull Request

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
