Skip to content

Commit 32de367

Browse files
fix(theme): updated to 5.6.0
1 parent abf013f commit 32de367

File tree

6 files changed

+63
-48
lines changed

6 files changed

+63
-48
lines changed

.editorconfig

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ trim_trailing_whitespace = true
99
end_of_line = lf
1010
insert_final_newline = true
1111

12-
[*.js]
13-
indent_size = 4
12+
[*.{js,css,scss}]
13+
quote_type = single
14+
15+
[*.{yml,yaml}]
16+
quote_type = double
1417

1518
[*.md]
16-
trim_trailing_whitespace = false
19+
trim_trailing_whitespace = false

.gitignore

+14-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,15 @@ yarn*
3030
!.travis.yml
3131

3232
# bundler cache
33+
.bundle
3334
_site
3435
vendor
3536

36-
# rubygem
37+
# Jekyll cache
38+
.jekyll-cache
39+
_site
40+
41+
# RubyGems
3742
*.gem
3843

3944
# npm dependencies
@@ -42,4 +47,11 @@ package-lock.json
4247

4348
!.husky
4449
!.commitlintrc.json
45-
!.versionrc.json
50+
!.versionrc.json
51+
52+
# IDE configurations
53+
.idea
54+
.vscode
55+
56+
# Misc
57+
assets/js/dist

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "jekyll-theme-chirpy", "~> 5.5", ">= 5.5.2"
5+
gem "jekyll-theme-chirpy", "~> 5.6", ">= 5.6.0"
66

77
group :test do
88
gem "html-proofer", "~> 3.19"

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEM
1313
eventmachine (1.2.7)
1414
ffi (1.15.5)
1515
forwardable-extended (2.6.0)
16-
google-protobuf (3.22.0-x86_64-linux)
16+
google-protobuf (3.22.2-x86_64-linux)
1717
html-proofer (3.19.4)
1818
addressable (~> 2.3)
1919
mercenary (~> 0.3)
@@ -52,7 +52,7 @@ GEM
5252
jekyll (>= 3.8, < 5.0)
5353
jekyll-sitemap (1.4.0)
5454
jekyll (>= 3.7, < 5.0)
55-
jekyll-theme-chirpy (5.5.2)
55+
jekyll-theme-chirpy (5.6.0)
5656
jekyll (~> 4.3)
5757
jekyll-archives (~> 2.2)
5858
jekyll-paginate (~> 1.1)
@@ -102,7 +102,7 @@ PLATFORMS
102102
DEPENDENCIES
103103
html-proofer (~> 3.19)
104104
http_parser.rb (~> 0.6.0)
105-
jekyll-theme-chirpy (~> 5.5, >= 5.5.2)
105+
jekyll-theme-chirpy (~> 5.6, >= 5.6.0)
106106
tzinfo (>= 1, < 3)
107107
tzinfo-data
108108
wdm (~> 0.1.1)

_config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ theme: jekyll-theme-chirpy
55

66
# Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
77
# and doesn't have a custom domain.
8-
baseurl: ''
8+
baseurl: ""
99

1010
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
1111
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
@@ -151,7 +151,7 @@ collections:
151151

152152
defaults:
153153
- scope:
154-
path: '' # An empty string here means all files in the project
154+
path: "" # An empty string here means all files in the project
155155
type: posts
156156
values:
157157
layout: post
@@ -165,7 +165,7 @@ defaults:
165165
values:
166166
comments: false
167167
- scope:
168-
path: ''
168+
path: ""
169169
type: tabs # see `site.collections`
170170
values:
171171
layout: page
@@ -192,12 +192,12 @@ compress_html:
192192
envs: [development]
193193

194194
exclude:
195-
- '*.gem'
196-
- '*.gemspec'
195+
- "*.gem"
196+
- "*.gemspec"
197197
- tools
198198
- README.md
199199
- LICENSE
200-
- gulpfile.js
200+
- rollup.config.js
201201
- node_modules
202202
- package*.json
203203
- archive_old

_data/contact.yml

+33-33
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,47 @@
33
-
44
type: twitter
55
icon: 'fab fa-twitter'
6-
url: 'https://l.technotim.live/twitter'
6+
url: 'https://l.technotim.live/twitter'
77
-
88
type: youtube
99
icon: 'fab fa-youtube'
1010
url: 'https://l.technotim.live/subscribe'
11-
-
12-
type: twitch
13-
icon: 'fab fa-twitch'
14-
url: 'https://l.technotim.live/twitch'
15-
-
16-
type: patreon
17-
icon: 'fab fa-patreon'
18-
url: 'https://l.technotim.live/patreon'
19-
-
20-
type: discord
21-
icon: 'fab fa-discord'
22-
url: 'https://l.technotim.live/discord'
11+
# -
12+
# type: twitch
13+
# icon: 'fab fa-twitch'
14+
# url: 'https://l.technotim.live/twitch'
15+
# -
16+
# type: discord
17+
# icon: 'fab fa-discord'
18+
# url: 'https://l.technotim.live/discord'
2319
-
2420
type: github
2521
icon: 'fab fa-github'
26-
url: 'https://l.technotim.live/github'
27-
-
28-
type: instagram
29-
icon: 'fab fa-instagram'
30-
url: 'https://l.technotim.live/instagram'
22+
url: 'https://l.technotim.live/github'
23+
# -
24+
# type: instagram
25+
# icon: 'fab fa-instagram'
26+
# url: 'https://l.technotim.live/instagram'
27+
# -
28+
# type: linkedin
29+
# icon: 'fab fa-linkedin'
30+
# url: 'https://l.technotim.live/linkedin'
31+
# -
32+
# type: mastodon
33+
# icon: 'fab fa-mastodon'
34+
# url: 'https://l.technotim.live/mastodon' # Fill with your Mastodon account page, rel="me" will be applied for verification
35+
# -
36+
# type: tiktok
37+
# icon: 'fab fa-tiktok'
38+
# url: 'https://l.technotim.live/tiktok'
39+
# -
40+
# type: facebook
41+
# icon: 'fab fa-facebook'
42+
# url: 'https://l.technotim.live/facebook'
3143
-
32-
type: linkedin
33-
icon: 'fab fa-linkedin'
34-
url: 'https://l.technotim.live/linkedin'
35-
-
36-
type: mastodon
37-
icon: 'fab fa-mastodon'
38-
url: 'https://l.technotim.live/mastodon' # Fill with your Mastodon account page, rel="me" will be applied for verification
39-
-
40-
type: tiktok
41-
icon: 'fab fa-tiktok'
42-
url: 'https://l.technotim.live/tiktok'
43-
-
44-
type: facebook
45-
icon: 'fab fa-facebook'
46-
url: 'https://l.technotim.live/facebook'
44+
type: patreon
45+
icon: 'fab fa-patreon'
46+
url: 'https://l.technotim.live/patreon'
4747
-
4848
type: rss
4949
icon: 'fas fa-rss'

0 commit comments

Comments
 (0)