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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/README.md +3 -0
  4. data/_includes/head.html +1 -1
  5. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9e9f63cb0a3cf6a4036958961e811ae0db623b8
4
- data.tar.gz: 110faf6083e945f056e506b642c8010b2fe62f5a
3
+ metadata.gz: b61815739a94198760b23ae047d7c8ee65d6ff81
4
+ data.tar.gz: 937618222812f191368d120bb2f86885ef691608
5
5
  SHA512:
6
- metadata.gz: c206fe2cd40cf34da5da87c800ce295ab05dbac49e0dd575bf4d716f5de60f3d59a12e01d253c645de57695604128c75796323c9a60e62a820d035136175cd69
7
- data.tar.gz: a4e573ea0a9fbb2c9e4bfe2713df2f8138c946f839ee03fdfb3136d9b00763ca42162d9cd559ca1d37bb55919b274bc3db0306da55b54c3beea01d3f0e7bfbeb
6
+ metadata.gz: 97214c89eab9ca729b12f00716a0dd2c8ae0a543ab405b5ce7a1718d6bf343a7a70f4fa07481f741c01852df71b6b1bed4e0cb3f7f0af876edaea59b63188bcc
7
+ data.tar.gz: 1e75b861ba57787c2438ac32881bba8d375c80d4113ead23db6c46a50f6ec507f6aa84a76bb3109c0e16aef2720b6048b72c7c5d5e6c2b51d341998973a7ac34
data/CHANGELOG.md ADDED
@@ -0,0 +1,10 @@
1
+ # ChangeLog
2
+
3
+ ## 1.0.1 (2017-01-07)
4
+
5
+ - Fix RSS feed URL
6
+ - Bump jekyll-sitemap to 1.0
7
+
8
+ ## 1.0.0 (2017-01-06)
9
+
10
+ - Initial release
data/README.md CHANGED
@@ -1,10 +1,13 @@
1
1
  # whiteglass
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/jekyll-whiteglass.svg)](https://badge.fury.io/rb/jekyll-whiteglass)
3
4
  [![Build Status](https://travis-ci.org/yous/whiteglass.svg?branch=master)](https://travis-ci.org/yous/whiteglass)
4
5
  [![Dependency Status](https://gemnasium.com/badges/github.com/yous/whiteglass.svg)](https://gemnasium.com/github.com/yous/whiteglass)
5
6
 
6
7
  Minimal, responsible Jekyll theme for hackers.
7
8
 
9
+ ![whiteglass theme](screenshot.png)
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="{{ "/atom.xml" | relative_url }}">
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.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-06 00:00:00.000000000 Z
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.12'
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.12'
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.6.8
148
+ rubygems_version: 2.5.2
148
149
  signing_key:
149
150
  specification_version: 4
150
151
  summary: Minimal, responsible Jekyll theme for hackers.