jekyll-theme-mint 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +13 -0
- metadata +9 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 635dc454d6e47e79c86f7df5acd9e7b810638648a33dc652ad6a90abfb9cb053
|
4
|
+
data.tar.gz: 7f3f3d9f3c93035a0d8b4e35babf20d5f85365e08cd8430b392510fde8e74ef5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ab9b325a905948465e55009706d2c437280f6f0ff51059f078821c5ec3977ccdbe463492a143ef09c94ba1c904e49c1b7d2e3ed2763267d0d8b462a1979b33f
|
7
|
+
data.tar.gz: deff5e9cf73839561cdab1ad5fc1c7c0c567b15ed2884015c6c7898da6916621dd24e34728a8f680f3e06b97a82b946bf21a21f3656d39369af8e08a9b17d8a1
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# jekyll-theme-mint
|
2
2
|
|
3
|
+
![screenshot](https://raw.github.com/aidewoode/jekyll-theme-mint/master/screenshot.png)
|
4
|
+
|
3
5
|
A clean and responsive jekyll theme. Designing for legibility and accessibility.
|
4
6
|
|
5
7
|
## Installation
|
@@ -72,6 +74,17 @@ For test, you can run `bundle exec jekyll serve` and open your browser at `http:
|
|
72
74
|
|
73
75
|
For more information you can see here <https://jekyllrb.com/docs/themes/>.
|
74
76
|
|
77
|
+
You can also use docker-compose to set up development environment.
|
78
|
+
|
79
|
+
Just like this:
|
80
|
+
|
81
|
+
$ docker-compose run --rm app bundle
|
82
|
+
$ docker-compose up
|
83
|
+
|
84
|
+
## Build gem
|
85
|
+
|
86
|
+
$ gem build jekyll-theme-mint.gemspec
|
87
|
+
|
75
88
|
## License
|
76
89
|
|
77
90
|
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-mint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- aidewoode
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -30,32 +30,32 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
33
|
+
version: 0.11.0
|
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.11.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: jekyll-seo-tag
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: 2.5.0
|
48
|
-
- - "
|
48
|
+
- - "~>"
|
49
49
|
- !ruby/object:Gem::Version
|
50
50
|
version: 2.5.0
|
51
51
|
type: :runtime
|
52
52
|
prerelease: false
|
53
53
|
version_requirements: !ruby/object:Gem::Requirement
|
54
54
|
requirements:
|
55
|
-
- - "
|
55
|
+
- - ">="
|
56
56
|
- !ruby/object:Gem::Version
|
57
57
|
version: 2.5.0
|
58
|
-
- - "
|
58
|
+
- - "~>"
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: 2.5.0
|
61
61
|
- !ruby/object:Gem::Dependency
|
@@ -136,8 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
136
136
|
- !ruby/object:Gem::Version
|
137
137
|
version: '0'
|
138
138
|
requirements: []
|
139
|
-
|
140
|
-
rubygems_version: 2.7.6
|
139
|
+
rubygems_version: 3.0.1
|
141
140
|
signing_key:
|
142
141
|
specification_version: 4
|
143
142
|
summary: A clean and responsive jekyll theme
|