Sha256: 7c6cafdd437c3ab22388fe5496033d290cc25da40372318d8c83586dc7fa6af4
Contents?: true
Size: 708 Bytes
Versions: 9
Compression:
Stored size: 708 Bytes
Contents
# jekyll-octicons [![Gem version](https://img.shields.io/gem/v/jekyll-octicons.svg)](https://rubygems.org/gems/jekyll-octicons) The Jekyll liquid tag is a plugin that lets you include octicons in your Jekyll sites. ## Install 1. Add this to your `Gemfile` ```rb gem 'jekyll-octicons' ``` 2. Add this to your jekyll `_config.yml` ```yml plugins: - jekyll-octicons ``` 3. Use this tag in your jekyll templates ``` {% octicon alert height:32 class:"right left" aria-label:hi %} ``` We recommend including the CSS in the [`@primer/octicons`](/packages/javascript) npm module. You can also npm install that package and include `build/build.css` in your styles.
Version data entries
9 entries across 9 versions & 1 rubygems