jekyll-octicons_v2 0.0.0.pre.2e689fb → 0.0.0.pre.02f9d7a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 832133e1947a975302b385d5a6222d2cafa0f036367b975d3acbe41cfcb078ae
4
- data.tar.gz: d1337a321b36fcc63affffc0f3d1205b5b9964e45d6686f0c4e5f6b2b3e9eeab
3
+ metadata.gz: 4d8215eaa9e7861e0f994823bf23c4fefb5d0a67a19038583908e4ce5b7193f5
4
+ data.tar.gz: ad0f0ec7d96f01bfdfbd2bcb56c5c0ba8852f8de9a0f10a7da3674a0603eecc9
5
5
  SHA512:
6
- metadata.gz: 54ddb8e1bbc47e6a09a60b56d1b47ff56d0f59413532f50092110c24d3a5cb600ec7aaab2960ad73f195971c92529267cffc705ca0105add77c8a0527187f167
7
- data.tar.gz: d4f47ff977f700913380a7d0adf7c01073d8ed56adf2df0afa286adbecf2e4203db82a0422c25da1f0e3fb6331b47176f51f95042d51ef14b48f25ef33e943e6
6
+ metadata.gz: e8b069a73b574b70b0cd48d7268d81d44f289ecf2f9b02838ae617c980627737f8195c6bb8e860248b9a30316db8cbc5dd854f3b09161fe0531e7ad3c1b8a5bc
7
+ data.tar.gz: e62527b181a7c073bd314e2837478bbf6896b146853fe34607240c9ab8feb2b8142fc3efa7d07c5eac821c5dadb5df4310af561e5c68f9feea097f9c685712e7
data/README.md CHANGED
@@ -1,5 +1,46 @@
1
- # jekyll-octicons
1
+ # Octicons jekyll tag
2
2
 
3
3
  [![Gem version](https://img.shields.io/gem/v/jekyll-octicons.svg)](https://rubygems.org/gems/jekyll-octicons)
4
+ [![Build Status](https://travis-ci.org/primer/octicons.svg?branch=master)](https://travis-ci.org/primer/octicons)
4
5
 
5
- See https://primer.style/octicons/packages/jekyll
6
+ > A liquid jekyll tag that injects Octicon svg into the page
7
+
8
+ This jekyll liquid tag, is a plugin that will let you easily include svg [octicons][octicons-docs] in your jekyll sites.
9
+
10
+ ## Install
11
+
12
+ 1. Add this to your `Gemfile`
13
+
14
+ ```rb
15
+ gem 'jekyll-octicons'
16
+ ```
17
+
18
+ 2. Add this to your jekyll `_config.yml`
19
+
20
+ ```yml
21
+ gems:
22
+ - jekyll-octicons
23
+ ```
24
+
25
+ 3. Use this tag in your jekyll templates
26
+
27
+ ```
28
+ {% octicon alert height:32 class:"right left" aria-label:hi %}
29
+ ```
30
+
31
+ We recommend including the CSS in the [octicons_node](../octicons_node/) module. You can also npm install that package and include `build/build.css` in your styles.
32
+
33
+ ## Documentation
34
+
35
+ For a full list of options available, see the [octicons_gem documentation](../octicons_gem/#documentation)
36
+
37
+ ## License
38
+
39
+ (c) GitHub, Inc.
40
+
41
+ When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).
42
+
43
+ [MIT](./LICENSE)
44
+
45
+ [octicons]: https://github.com/primer/octicons
46
+ [octicons-docs]: https://octicons.github.com/