jekyll-octicons_v2 0.0.0.pre.bd1caad → 0.0.0.pre.be2ea3b
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -43
- data/lib/build/data.json +1 -1
- data/lib/build/svg/{desktop-device-24.svg → device-desktop-24.svg} +0 -0
- data/lib/build/svg/{request-changes-24.svg → diff-24.svg} +0 -0
- data/lib/build/svg/light-bulb-16.svg +1 -1
- data/lib/build/svg/light-bulb-24.svg +3 -0
- data/lib/build/svg/no-entry-16.svg +1 -0
- data/lib/build/svg/no-entry-24.svg +1 -0
- data/lib/build/svg/people-24.svg +2 -1
- data/lib/build/svg/person-24.svg +1 -2
- data/lib/build/svg/report-16.svg +1 -0
- data/lib/build/svg/report-24.svg +1 -0
- data/lib/jekyll-octicons/version.rb +1 -1
- metadata +9 -6
- data/lib/build/svg/grabber-3-24.svg +0 -3
- data/lib/build/svg/lightbulb-24.svg +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e03dba4e00804c9c6ba40472df8b2051ec624994b78a82507b698ea0c8312c52
|
4
|
+
data.tar.gz: f8d7691643c68ce6d604baabe46cfa9b95845db912c3fd36feb8453b8cdbf082
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19f55339ab2d973c463de04bf2010079897330761e201a892a06802926b6a7b81e2bc4fc78b339245f48996dfd5f131c218e24d876d084615aef2fc5aa1500ab
|
7
|
+
data.tar.gz: 982dcda297f1bc16db03bb655d9f44fc321f52257c7e214724adb57ff3130545a15ec4712887b69383c80beaaf3d232e8c722cdfa73a84ffd19f84b5b8aac724
|
data/README.md
CHANGED
@@ -1,46 +1,5 @@
|
|
1
|
-
#
|
1
|
+
# jekyll-octicons
|
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)
|
5
4
|
|
6
|
-
|
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/
|
5
|
+
See https://primer.style/octicons/packages/jekyll
|