:page_with_curl: Liquid tag for displaying GitHub Gists in Jekyll sites.
The Jekyll::GistLiquid tag is a tool that allows users to display GitHub Gists on their Jekyll sites. It provides a way to easily incorporate code snippets or examples into blog posts or tutorials.
To install the Jekyll::GistLiquid tag, follow these steps:
gem 'jekyll-gist'
bundle install
gem install jekyll-gist
_config.yml file:plugins:
- jekyll-gist
Note: For Jekyll versions older than 3.5.0, use the gems key instead of plugins.
The Jekyll::GistLiquid tag is a useful tool for Jekyll users who want to display GitHub Gists on their sites. With easy installation and integration, as well as support for specifying specific files and personal access tokens, it provides a convenient way to showcase code examples and snippets in blog posts and tutorials.