jekyll-dash 1.5.0 → 2.3.0
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 +3 -2
- data/_sass/dash/_mixins.scss +2 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52dbc721d2c81abd048030551853ac06eead4bfdae0e3c12e3bc36690dc5a483
|
4
|
+
data.tar.gz: c589475b5cdd507f2ea776256adcec6ce5fd23cae7a0f5a65a0653fcfa1fb570
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5718b2a53ec9758f9213a17d91be3aa8c408744c605761ce7b5b4979469815deebfcda6fd1b318e6dfcbb7eb7f2c8096f3c47bf1844ad7521627397023ab64e
|
7
|
+
data.tar.gz: 37ac09da251bfc186ce48c9181efe598408247d9ad04aafa8402c3be4018dec7fc15e3bb27f0f85c403ec3c933680e368e4dc8712f6933302b6d79f0d08df27e
|
data/README.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
|
4
4
|
A dark and light theme for Jekyll, inspired by Dash UI for Atom. 🌒☀
|
5
5
|
|
6
|
+

|
6
7
|

|
7
8
|
[](LICENSE.MD)
|
8
9
|
[](http://rubygems.org/gems/jekyll-dash "View this project in Rubygems")
|
@@ -18,14 +19,14 @@ Add this line to your Jekyll site's `Gemfile`:
|
|
18
19
|
|
19
20
|
For **Jekyll 3**:
|
20
21
|
```ruby
|
21
|
-
gem 'jekyll-dash', '~> 1
|
22
|
+
gem 'jekyll-dash', '~> 1'
|
22
23
|
```
|
23
24
|
|
24
25
|
> Keep in mind: Github pages generation only supports Jekyll 3.8 right now.
|
25
26
|
|
26
27
|
For **Jekyll 4**:
|
27
28
|
```ruby
|
28
|
-
gem 'jekyll-dash', '~> 2
|
29
|
+
gem 'jekyll-dash', '~> 2'
|
29
30
|
```
|
30
31
|
|
31
32
|
And add this line to your Jekyll site's `_config.yml`:
|
data/_sass/dash/_mixins.scss
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-dash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miguel Gonzalez Sanchez
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '4.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '4.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: jekyll-feed
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '0.
|
33
|
+
version: '0.14'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '0.
|
40
|
+
version: '0.14'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: jekyll-seo-tag
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|