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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1afe8bf00a69b93e72ae0955cbac836659cb03a07310d3afb909543c4b59338
4
- data.tar.gz: 1d2d4265e004de7a875a28f6efee9ab7b068f099257cfc5f799f09b1ea2cb568
3
+ metadata.gz: 53d552af9a2694e3470c6a66eee9f6e75f213a80fc38359cf71a789b8f32d3f2
4
+ data.tar.gz: 52b2aebc30df66d65c90fdb507af157f5ed1e5f6404fce20ab75caee8ebdf26d
5
5
  SHA512:
6
- metadata.gz: 65575a81e74d79408034a6d65abefef9b0ed55cea7caa096a469927590fd2e68143f998495f6bb655d0f341b8c1b782486eb1ff0f4fd4068df08601d0c59e336
7
- data.tar.gz: 6b0979253e3b24b14324f2ac6491ba9aba03ffd076a2ed570444a7815f54658fcb860aa73bc92036dcaac30b9499e63b4563ecf372312857d61d779d3506e069
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.0
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.comdirtyf/jekyll-theme-childish
102
+ homepage: https://github.com/dirtyf/jekyll-theme-minima
103
103
  licenses:
104
104
  - MIT
105
105
  metadata: {}