Adds a note about installing the jekyll-gist gem to make gist tags work in Jekyll.

This commit is contained in:
Sarah Kuehnle 2015-11-03 07:05:21 -05:00
parent a5b46821ad
commit 3b42be6e39
1 changed files with 2 additions and 0 deletions

View File

@ -421,3 +421,5 @@ You may also optionally specify the filename in the gist to display:
{% gist parkr/931c1c8d465a04042403 jekyll-private-gist.markdown %} {% gist parkr/931c1c8d465a04042403 jekyll-private-gist.markdown %}
{% endraw %} {% endraw %}
{% endhighlight %} {% endhighlight %}
To use the `gist` tag, you'll need to add the [jekyll-gist](https://github.com/jekyll/jekyll-gist) gem to your project.