jekyll-whiteglass 1.2.1 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 574568cc478d28f43a6b73894f3624259a0448bd
4
- data.tar.gz: 23246103ffd51f18ea0133ae532286e15448c1c8
3
+ metadata.gz: 15b5277d301cb8e5159afa6ae18ba45eadfc42a1
4
+ data.tar.gz: 3a9f9bf5f3eab78a8b2d716c38c450e2b4b02c89
5
5
  SHA512:
6
- metadata.gz: 4bfcd5ee423bfb44c6ac4086f538bca8bdf1eae2c27677ff5287bd55c946cefe62e0fdd523f83b23d75e266ff4734816740dab14cc56b9bc2aef84f4a8f7aef2
7
- data.tar.gz: '0795f69165062d4e55d06250373661fbc7f9968bf53e3c4c6790e21bc5da98b0f228ce5b059d4435215939f962d7131670bb00c208d1d41d8e8a98afe51b5c8d'
6
+ metadata.gz: 746c9519d031b2721f38c841151b0add6875054cb3fbffc081436dd471877c11d345094d54a8d4e13ceb6885f14cb2a8266f1a4e3ff5c61ce451ad73200c036f
7
+ data.tar.gz: 4d921d31d28ddad1029dd2adf9eeade55fe2459745b0a273bf6f53eeaa2952cf9ff6e1b1ee2400c8f5df41a1d8709bbc0513ca539f2f37bea73c98becf044e73
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # ChangeLog
2
2
 
3
+ ## 1.3.0 (2017-02-20)
4
+
5
+ - Fix typos of the theme description
6
+ - Add powered-by links to the footer
7
+
3
8
  ## 1.2.1 (2017-01-23)
4
9
 
5
10
  - Make theme can be overridden (#2)
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Build Status](https://travis-ci.org/yous/whiteglass.svg?branch=master)](https://travis-ci.org/yous/whiteglass)
5
5
  [![Dependency Status](https://gemnasium.com/badges/github.com/yous/whiteglass.svg)](https://gemnasium.com/github.com/yous/whiteglass)
6
6
 
7
- Minimal, responsible Jekyll theme for hackers.
7
+ Minimal, responsive Jekyll theme for hackers.
8
8
 
9
9
  ![whiteglass theme](screenshot.png)
10
10
 
@@ -2,4 +2,4 @@
2
2
  {% if site.feed and site.feed.path %}
3
3
  {% assign feed_path = site.feed.path %}
4
4
  {% endif %}
5
- &copy; {{ site.author }} - Subscribe via <a href="{{ feed_path | absolute_url }}">RSS</a>
5
+ &copy; {{ site.author }} - Powered by <a href="https://jekyllrb.com">Jekyll</a> &amp; <a href="https://github.com/yous/whiteglass">whiteglass</a> - Subscribe via <a href="{{ feed_path | absolute_url }}">RSS</a>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-whiteglass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chayoung You
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-23 00:00:00.000000000 Z
11
+ date: 2017-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -148,5 +148,5 @@ rubyforge_project:
148
148
  rubygems_version: 2.6.8
149
149
  signing_key:
150
150
  specification_version: 4
151
- summary: Minimal, responsible Jekyll theme for hackers.
151
+ summary: Minimal, responsive Jekyll theme for hackers.
152
152
  test_files: []