jekyll-octicons_v2 0.0.0.pre.ff67761 → 0.0.0.pre.117d2c0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81a44409e6731bc611f29f929ededaf48a196e7fcf531815876d58d60ec352ab
4
- data.tar.gz: ad3581420c3e07852d1dd978c8eeddcad5fb3967e56a424dc27f5f782032bb26
3
+ metadata.gz: c0e43060a8b542d031dfe4f490ab3ca7972de1d41212eb2c633e2f44ba2efb35
4
+ data.tar.gz: a45fb13e77ff606c4fcbe62be180728e24a22f977ce33d8ac1ee155f75ae8314
5
5
  SHA512:
6
- metadata.gz: b971d6ff918db75749c0fb4bb2ca0f0e978aaf49dd28fed77731bb1a0181a65924e5dfc86226c03e684d6f927cc6a57d775a30f73ece54467888da41e530c741
7
- data.tar.gz: 9369c1dcaff5c0d4a277266dcc668ea184d74914cc710748dc2274a64e0cedf9c3aa7dc9269e2e0e2702df7d47f13a822ad1bea183698b0b4ddfad8647d8601c
6
+ metadata.gz: 9c38ff71f6a2b1b5660bff16987668ee3eff2bafa36ffc54898b67ce18a3233da4445949b2b4c51f102396cdde26f614976ac00463b1bd3558ffe72bfb48b912
7
+ data.tar.gz: dd7011babeba39ab2812a58e362056719d948da2cd370aef488bb11af51d602364462f946ad768b93a96b2fba6f1948c2cbfcbc04ad4cec021f7cacef1b15b24
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/