jekyll-tabler 0.1.1 → 0.1.2
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 +4 -4
- data/README.md +4 -4
- data/assets/filled.yml +1053 -1053
- data/assets/outline.yml +5093 -5093
- data/lib/jekyll-tabler.rb +4 -4
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e99ea2212c5f02f537759f8895490889cb61b6514473b73ce97763003c77a42c
|
|
4
|
+
data.tar.gz: b387879e53a9c6eb72e8e456939c53af2f4e0d56996529c10715ddd3087ff5db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57be84223f90bd41d94578a56895dca1cb12c7694c6e2627bb509ef048a1d6e7103894cbab0b7cf44a7e4409f21d67606b834ba370fc32b6c73b87b692adee8b
|
|
7
|
+
data.tar.gz: 8bcc3e8170ef30c0c0f767038b7505ed3dc6c977888d4f2ac67275d07b144a27a2ddbe7d7f4e78cd574521eb6854c5a405be113946ed22787e7ece5cf4daf5a1
|
data/README.md
CHANGED
|
@@ -66,13 +66,13 @@ Liquid variables are supported for all arguments, including top-level names like
|
|
|
66
66
|
With default size and color
|
|
67
67
|
|
|
68
68
|
```liquid
|
|
69
|
-
{% tabler brand-github %}
|
|
69
|
+
{% tabler ti-brand-github %}
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
With custom size and color
|
|
73
73
|
|
|
74
74
|
```liquid
|
|
75
|
-
{% tabler brand-github size=36 color=#673ab8 %}
|
|
75
|
+
{% tabler ti-brand-github size=36 color=#673ab8 %}
|
|
76
76
|
```
|
|
77
77
|
|
|
78
78
|
- **Github filled icon**
|
|
@@ -80,13 +80,13 @@ Liquid variables are supported for all arguments, including top-level names like
|
|
|
80
80
|
With default size and color
|
|
81
81
|
|
|
82
82
|
```liquid
|
|
83
|
-
{% tabler_filled brand-github %}
|
|
83
|
+
{% tabler_filled ti-brand-github %}
|
|
84
84
|
```
|
|
85
85
|
|
|
86
86
|
With custom size and color
|
|
87
87
|
|
|
88
88
|
```liquid
|
|
89
|
-
{% tabler_filled brand-github size=36 color=#673ab8 %}
|
|
89
|
+
{% tabler_filled ti-brand-github size=36 color=#673ab8 %}
|
|
90
90
|
```
|
|
91
91
|
|
|
92
92
|
## Contributing
|