jekyll-whiteglass 1.10.2 → 1.10.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- metadata +3 -5
- data/_config.yml +0 -74
- data/_data/navigation.yml +0 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d627d9b68fd448592d170a7ac5ffbdefe6abcfd06513723fb429d9f2b84dac4
|
4
|
+
data.tar.gz: 00edb63e2aaa0fefa1138c30207ab89ae3ab1c92273b9770d438ab8f567bc06a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a10fb3ee91bda085b1fb6c34842e9f121913b5d1db889ec74ccccf367aa10c26d795dbdfb281ded5749072829e5cb1e75d063ca6847d6177a7189021ffb6e81
|
7
|
+
data.tar.gz: 9aaa0166812fc3cbe8b720f077a6720d5a7ef777a66add0a2e588043adcf92a63dcdb62e22826625d4f4c693ddc1ec7a2cccda8816bd93eded6a7d39875e7502
|
data/CHANGELOG.md
CHANGED
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.
|
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:
|
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.
|
155
|
+
rubygems_version: 3.2.3
|
158
156
|
signing_key:
|
159
157
|
specification_version: 4
|
160
158
|
summary: Minimal, responsive Jekyll theme for hackers.
|
data/_config.yml
DELETED
@@ -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/
|
data/_data/navigation.yml
DELETED
@@ -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
|