jekyll-whiteglass 1.10.2 → 1.10.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea9315f9d6dfd5b997a513a054652baf255e58dc9fbda7f34cc66cd230e8f57e
4
- data.tar.gz: 924c4ad6aab7fec4487d18a41e934906ac8937e3afda0d89283cf897487b4bec
3
+ metadata.gz: 5d627d9b68fd448592d170a7ac5ffbdefe6abcfd06513723fb429d9f2b84dac4
4
+ data.tar.gz: 00edb63e2aaa0fefa1138c30207ab89ae3ab1c92273b9770d438ab8f567bc06a
5
5
  SHA512:
6
- metadata.gz: d2e5baa8a9dff2da585ebdbf139b7dd4965632f12fdc911cca7191b45b33f290d1e37427c9380a4fa09ffdeb94774ed6b505cf2d5976f342170f481fb9f54b87
7
- data.tar.gz: 8b6238c036580cc96fbb481a044e4f54ddbd1c530e4b143947b3f93ae5a8454920f7e757645286f960caaf32cc579f2a1e08723254bcd5be0cb6b4d005f7f8d9
6
+ metadata.gz: 7a10fb3ee91bda085b1fb6c34842e9f121913b5d1db889ec74ccccf367aa10c26d795dbdfb281ded5749072829e5cb1e75d063ca6847d6177a7189021ffb6e81
7
+ data.tar.gz: 9aaa0166812fc3cbe8b720f077a6720d5a7ef777a66add0a2e588043adcf92a63dcdb62e22826625d4f4c693ddc1ec7a2cccda8816bd93eded6a7d39875e7502
@@ -1,5 +1,11 @@
1
1
  # ChangeLog
2
2
 
3
+ ## 1.10.3 (2021-01-03)
4
+
5
+ - Don't ship _config.yml (#40)
6
+ - Include i18n.yml only under _data for gem
7
+ - Add missing robots.txt
8
+
3
9
  ## 1.10.2 (2020-10-16)
4
10
 
5
11
  - Update Google Fonts to v2 API
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.10.2
4
+ version: 1.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chayoung You
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-16 00:00:00.000000000 Z
11
+ date: 2021-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -104,9 +104,7 @@ files:
104
104
  - CHANGELOG.md
105
105
  - LICENSE.txt
106
106
  - README.md
107
- - _config.yml
108
107
  - _data/i18n.yml
109
- - _data/navigation.yml
110
108
  - _includes/category_links.html
111
109
  - _includes/custom_comments_provider.html
112
110
  - _includes/date.html
@@ -154,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
152
  - !ruby/object:Gem::Version
155
153
  version: '0'
156
154
  requirements: []
157
- rubygems_version: 3.1.4
155
+ rubygems_version: 3.2.3
158
156
  signing_key:
159
157
  specification_version: 4
160
158
  summary: Minimal, responsive Jekyll theme for hackers.
@@ -1,74 +0,0 @@
1
- # Welcome to Jekyll!
2
- #
3
- # This config file is meant for settings that affect your whole blog, values
4
- # which you are expected to set up once and rarely edit after that. If you find
5
- # yourself editing this file very often, consider using Jekyll's data files
6
- # feature for the data you need to update frequently.
7
- #
8
- # For technical reasons, this file is *NOT* reloaded automatically when you use
9
- # 'jekyll serve'. If you change this file, please restart the server process.
10
-
11
- # Site settings
12
- # These are used to personalize your new site. If you look in the HTML files,
13
- # you will see them accessed via {{ site.title }}, {{ site.author }}, and so on.
14
- # You can create any custom variable you would like, and they will be accessible
15
- # in the templates via {{ site.myvariable }}.
16
- title: whiteglass theme
17
- author: Yous
18
- description: Minimal, responsive Jekyll theme for hackers.
19
- baseurl: "/whiteglass" # the subpath of your site, e.g. /blog
20
- url: "https://yous.github.io" # the base hostname & protocol for your site, e.g. http://example.com
21
- lang: en
22
- timezone: UTC
23
- exclude:
24
- - Gemfile
25
- - Gemfile.lock
26
- - Rakefile
27
- - README.md
28
- - LICENSE.txt
29
- - CHANGELOG.md
30
- - jekyll-whiteglass.gemspec
31
- - screenshot.png
32
- - vendor
33
-
34
- # Social media
35
- twitter_username:
36
- twitter_image:
37
- facebook_app_id:
38
- facebook_image:
39
- google_analytics:
40
- comments: false
41
-
42
- # Plugins
43
- plugins:
44
- - jekyll-archives
45
- - jekyll-paginate
46
- - jekyll-sitemap
47
-
48
- # Build settings
49
- markdown: kramdown
50
- excerpt_separator: "<!-- more -->"
51
-
52
- # Outputting
53
- permalink: /:year/:month/:day/:title/
54
- paginate_path: /posts/:num/
55
- paginate: 5
56
-
57
- # Markdown settings
58
- kramdown:
59
- auto_ids: false
60
- enable_coderay: false
61
- entity_output: as_char
62
- footnote_nr: 1
63
- smart_quotes: lsquo,rsquo,ldquo,rdquo
64
- toc_levels: 1..6
65
-
66
- # jekyll-archives
67
- jekyll-archives:
68
- enabled:
69
- - categories
70
- - tags
71
- layout: category_archives
72
- permalinks:
73
- category: /categories/:name/
74
- tag: /tags/:name/
@@ -1,9 +0,0 @@
1
- # If you want to link only specific pages in your header, add the path to the
2
- # pages in order as they should show up.
3
- main:
4
- - title: "About"
5
- url: /about/
6
- - title: "Archives"
7
- url: /archives/
8
- - title: "GitHub"
9
- url: https://github.com/yous/whiteglass