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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/_includes/footer_content.html +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15b5277d301cb8e5159afa6ae18ba45eadfc42a1
|
4
|
+
data.tar.gz: 3a9f9bf5f3eab78a8b2d716c38c450e2b4b02c89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 746c9519d031b2721f38c841151b0add6875054cb3fbffc081436dd471877c11d345094d54a8d4e13ceb6885f14cb2a8266f1a4e3ff5c61ce451ad73200c036f
|
7
|
+
data.tar.gz: 4d921d31d28ddad1029dd2adf9eeade55fe2459745b0a273bf6f53eeaa2952cf9ff6e1b1ee2400c8f5df41a1d8709bbc0513ca539f2f37bea73c98becf044e73
|
data/CHANGELOG.md
CHANGED
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,
|
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
|
-
© {{ site.author }} - Subscribe via <a href="{{ feed_path | absolute_url }}">RSS</a>
|
5
|
+
© {{ site.author }} - Powered by <a href="https://jekyllrb.com">Jekyll</a> & <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.
|
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-
|
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,
|
151
|
+
summary: Minimal, responsive Jekyll theme for hackers.
|
152
152
|
test_files: []
|