jekyll-whiteglass 1.0.0 → 1.0.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/CHANGELOG.md +10 -0
- data/README.md +3 -0
- data/_includes/head.html +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b61815739a94198760b23ae047d7c8ee65d6ff81
|
|
4
|
+
data.tar.gz: 937618222812f191368d120bb2f86885ef691608
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97214c89eab9ca729b12f00716a0dd2c8ae0a543ab405b5ce7a1718d6bf343a7a70f4fa07481f741c01852df71b6b1bed4e0cb3f7f0af876edaea59b63188bcc
|
|
7
|
+
data.tar.gz: 1e75b861ba57787c2438ac32881bba8d375c80d4113ead23db6c46a50f6ec507f6aa84a76bb3109c0e16aef2720b6048b72c7c5d5e6c2b51d341998973a7ac34
|
data/CHANGELOG.md
ADDED
data/README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
# whiteglass
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/rb/jekyll-whiteglass)
|
|
3
4
|
[](https://travis-ci.org/yous/whiteglass)
|
|
4
5
|
[](https://gemnasium.com/github.com/yous/whiteglass)
|
|
5
6
|
|
|
6
7
|
Minimal, responsible Jekyll theme for hackers.
|
|
7
8
|
|
|
9
|
+

|
|
10
|
+
|
|
8
11
|
## Installation
|
|
9
12
|
|
|
10
13
|
Add this line to your Jekyll site's Gemfile:
|
data/_includes/head.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
|
14
14
|
<link rel="canonical" href="{{ canonical }}">
|
|
15
|
-
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/
|
|
15
|
+
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
|
|
16
16
|
|
|
17
17
|
{% include head_custom.html %}
|
|
18
18
|
|
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.0.
|
|
4
|
+
version: 1.0.1
|
|
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-
|
|
11
|
+
date: 2017-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '0
|
|
61
|
+
version: '1.0'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '0
|
|
68
|
+
version: '1.0'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: bundler
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -101,6 +101,7 @@ executables: []
|
|
|
101
101
|
extensions: []
|
|
102
102
|
extra_rdoc_files: []
|
|
103
103
|
files:
|
|
104
|
+
- CHANGELOG.md
|
|
104
105
|
- LICENSE.txt
|
|
105
106
|
- README.md
|
|
106
107
|
- _includes/category_links.html
|
|
@@ -144,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
144
145
|
version: '0'
|
|
145
146
|
requirements: []
|
|
146
147
|
rubyforge_project:
|
|
147
|
-
rubygems_version: 2.
|
|
148
|
+
rubygems_version: 2.5.2
|
|
148
149
|
signing_key:
|
|
149
150
|
specification_version: 4
|
|
150
151
|
summary: Minimal, responsible Jekyll theme for hackers.
|