How to Install ruby-jekyll-coffeescript in Ubuntu 18.04



Install ruby-jekyll-coffeescript by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-jekyll-coffeescript

Description:

CoffeeScript converter for Jekyll

Jekyll::Coffeescript is a coffeeScript converter for Jekyll. In your Jekyll site, create CoffeeScript files that start with the following lines: ```text --- --- ``` 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.

Homepage: https://github.com/jekyll/jekyll-coffeescript

Version: 1.0.1-2

Section: universe/ruby