jekyll-gist
By parkr
Liquid tag for displaying GitHub Gists in Jekyll sites.
Compatible with GitHub PagesTo install, add this to your Gemfile
:
gem "jekyll-gist"
and run bundle install
. To use, run Jekyll with
bundle exec
preceding it:
$ bundle exec jekyll build
$ bundle exec jekyll serve