Compile Elm scripts and include them in a Jekyll site.
- Add this line to your application's Gemfile
gem 'jekyll_elm'
. - And then execute
bundle
. - Add the following to your
_config.yml
:gems: [jekyll_elm]
.
Simple create a new post/draft/page/whatever with the extension .elm
. It will
be detected and compiled.
- Fork it ( https://github.com/[my-github-username]/jekyll_elm/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 a new Pull Request