jekyll-theme-minima 0.1.0 → 0.1.1
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 -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: 53d552af9a2694e3470c6a66eee9f6e75f213a80fc38359cf71a789b8f32d3f2
|
|
4
|
+
data.tar.gz: 52b2aebc30df66d65c90fdb507af157f5ed1e5f6404fce20ab75caee8ebdf26d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f36b2fd5ed85d2926578f84140c20188196e3c3656bdfc1270bd227ffdb20d9c09d897cc193038ad9d6323b02f6d8d03219c896e01ea05799f7fd435c5516f06
|
|
7
|
+
data.tar.gz: 7f810c16fb1620cd3ff03d3ba84ae158593898a514a62cd7fe02c2f2887614a451611f003183b369939f810ad89af73e2ef93dff7f72fb419e8f10326bd51783
|
data/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# jekyll-theme-minima
|
|
2
2
|
|
|
3
|
-
This is a child theme of minima, Jekyll's default theme.
|
|
3
|
+
This is a child theme of [minima](https://github.com/jekyll/minima/), Jekyll's default theme, based on the work of @jglovier.
|
|
4
|
+
|
|
5
|
+
This theme is only here to demo how to override an existing theme and publish it as a gem.
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
6
8
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-minima
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Frank Taillandier
|
|
@@ -99,7 +99,7 @@ files:
|
|
|
99
99
|
- _sass/minima/_mixins.scss
|
|
100
100
|
- _sass/minima/_typography.scss
|
|
101
101
|
- _sass/minima/_variables.scss
|
|
102
|
-
homepage: https://github.
|
|
102
|
+
homepage: https://github.com/dirtyf/jekyll-theme-minima
|
|
103
103
|
licenses:
|
|
104
104
|
- MIT
|
|
105
105
|
metadata: {}
|