All Projects → jekyll → Jekyll Coffeescript

jekyll / Jekyll Coffeescript

Licence: mit
A CoffeeScript converter for Jekyll.

Programming Languages

ruby
36898 projects - #4 most used programming language
coffeescript
4710 projects

Projects that are alternatives of or similar to Jekyll Coffeescript

jekyll-imgix
A plugin for integrating imgix into Jekyll sites
Stars: ✭ 49 (+36.11%)
Mutual labels:  jekyll-plugin
jekyll-commonmark
CommonMark generator for Jekyll
Stars: ✭ 28 (-22.22%)
Mutual labels:  jekyll-plugin
Jekyll Compose
📝 Streamline your writing in Jekyll with these commands.
Stars: ✭ 511 (+1319.44%)
Mutual labels:  jekyll-plugin
jekyll-ideal-image-slider
Add image sliders to Jekyll with Ideal Image Slider. Ruby plugin version. (This repository is archived. Issues are disabled. Pull requests will be ignored.)
Stars: ✭ 17 (-52.78%)
Mutual labels:  jekyll-plugin
jekyll-stickyposts
Jekyll Stickyposts - move selected posts to the top of the list
Stars: ✭ 23 (-36.11%)
Mutual labels:  jekyll-plugin
Jekyll Gallery Generator
A Jekyll plugin that generates photo galleries from directories full of images.
Stars: ✭ 315 (+775%)
Mutual labels:  jekyll-plugin
jekyll-lab-notebook
📓 A full-featured electronic lab notebook theme (with plugins!) for Jekyll
Stars: ✭ 47 (+30.56%)
Mutual labels:  jekyll-plugin
Jekyll Sitemap
Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site
Stars: ✭ 782 (+2072.22%)
Mutual labels:  jekyll-plugin
jekyll-default-layout
Silently sets default layouts for Jekyll pages and posts
Stars: ✭ 45 (+25%)
Mutual labels:  jekyll-plugin
Jekyll Import
📥 The "jekyll import" command for importing from various blogs to Jekyll format.
Stars: ✭ 424 (+1077.78%)
Mutual labels:  jekyll-plugin
jekyll-pwa-workbox
A Jekyll plugin using Workbox to make your PWA / Website available offline.
Stars: ✭ 22 (-38.89%)
Mutual labels:  jekyll-plugin
japr
Jekyll Asset Pipeline Reborn - Powerful asset pipeline for Jekyll that collects, converts and compresses JavaScript and CSS assets.
Stars: ✭ 52 (+44.44%)
Mutual labels:  jekyll-plugin
Jekyll Archives
📚 Archive pages for your Jekyll tags and categories.
Stars: ✭ 353 (+880.56%)
Mutual labels:  jekyll-plugin
jekyll-pwa
Jekyll plugin for PWA
Stars: ✭ 95 (+163.89%)
Mutual labels:  jekyll-plugin
Jekyll Feed
📝 A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts
Stars: ✭ 630 (+1650%)
Mutual labels:  jekyll-plugin
TravelMap
Minimal Jekyll plugin for your traveling experience
Stars: ✭ 36 (+0%)
Mutual labels:  jekyll-plugin
Amp Jekyll
Build Accelerated Mobile Page versions of your Jekyll posts
Stars: ✭ 278 (+672.22%)
Mutual labels:  jekyll-plugin
Jekyll Scholar
jekyll extensions for the blogging scholar
Stars: ✭ 872 (+2322.22%)
Mutual labels:  jekyll-plugin
Jekyll Redirect From
🔀 Seamlessly specify multiple redirections URLs for your pages and posts.
Stars: ✭ 630 (+1650%)
Mutual labels:  jekyll-plugin
Jekyll Paginate V2
Pagination Generator for Jekyll 3 (enhanced replacement for the old built-in jekyll-paginate gem) ⛺
Stars: ✭ 412 (+1044.44%)
Mutual labels:  jekyll-plugin

Jekyll::Coffeescript

A CoffeeScript converter for Jekyll.

Build Status

Installation

Add this line to your application's Gemfile:

gem 'jekyll-coffeescript'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-coffeescript

Notes: 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

  1. Fork it (http://github.com/jekyll/jekyll-coffeescript/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 new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].