/haml-jekyll-extension

Jekyll extension to easly use HAML instead of plain HTML

Primary LanguageRuby

Haml Jekyll Extension generate html files from your layouts, sites, post and pages in HAML with support for liquid syntax

This use the extension jekyll_ext which allows you to extend the Jekyll static blog generator without forking and modifying it’s codebase.

Features

  • you can use haml to write pages, posts and layouts

Install

$ gem install jekyll
$ gem install jekyll_ext

$ git clone git://github.com/framallo/haml-jekyll-extension.git
$ cp -r haml-jekyll-extension/_extensions extensions
$ cp -r haml-jekyll-extension/
plugins _plugins

Run

Instead of using the jekyll command, you should now use ejekyll instead (which is just a
jekyll wrapper that loads your extensions).

WARNING

auto setting doesn’t allow to show haml syntax errors. if you find any issues with this you should disable auto setting

Thanks

To codegram for HAML Jekyll Extension