Skip to content

Commit d942891

Browse files
committed
Update critical file(s) according to Chirpy v5.3.1
1 parent 1b74cf9 commit d942891

File tree

13 files changed

+45
-20
lines changed

13 files changed

+45
-20
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ root = true
22

33
[*]
44
charset = utf-8
5-
# 2 space indentation
65
indent_style = space
76
indent_size = 2
87
trim_trailing_whitespace = true
98
# Unix-style newlines with a newline ending every file
109
end_of_line = lf
1110
insert_final_newline = true
11+
12+
13+
[*.js]
14+
indent_size = 4

.github/workflows/pages-deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Build and deploy"
1+
name: "Build and Deploy"
22
on:
33
push:
44
branches:
@@ -8,7 +8,7 @@ on:
88
- .gitignore
99
- README.md
1010
- LICENSE
11-
11+
1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
1414

@@ -60,7 +60,6 @@ jobs:
6060
path: "_site${{ steps.pages.outputs.base_path }}"
6161

6262
deploy:
63-
name: "Deploy site"
6463
environment:
6564
name: github-pages
6665
url: ${{ steps.deployment.outputs.page_url }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
!.husky
88
!.commitlintrc.json
99
!.versionrc.json
10+
!.stylelintrc.json
1011

1112
# bundler cache
1213
_site

Gemfile

Lines changed: 1 addition & 1 deletion
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.3", ">= 5.3.0"
5+
gem "jekyll-theme-chirpy", "~> 5.3", ">= 5.3.1"
66

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

_config.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ baseurl: ''
1212
# otherwise, the layout language will use the default value of 'en'.
1313
lang: en
1414

15-
# Additional parameters for datetime localization, optional. › https://github.com/iamkun/dayjs/tree/dev/src/locale
16-
prefer_datetime_locale:
1715

1816
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
1917
timezone:
@@ -41,7 +39,7 @@ social:
4139
# Change to your full name.
4240
# It will be displayed as the default author of the posts and the copyright owner in the Footer
4341
name: your_full_name
44-
email: example@doamin.com # change to your email address
42+
email: example@domain.com # change to your email address
4543
links:
4644
# The first element serves as the copyright owner's link
4745
- https://twitter.com/username # change to your twitter homepage
@@ -99,13 +97,14 @@ comments:
9997
issue_term: # < url | pathname | title | ...>
10098
# Giscus options › https://giscus.app
10199
giscus:
102-
repo: # <gh-username>/<repo>
100+
repo: # <gh-username>/<repo>
103101
repo_id:
104102
category:
105103
category_id:
106-
mapping: # optional, default to 'pathname'
107-
input_position: # optional, default to 'bottom'
108-
lang: # optional, default to the value of `site.lang`
104+
mapping: # optional, default to 'pathname'
105+
input_position: # optional, default to 'bottom'
106+
lang: # optional, default to the value of `site.lang`
107+
reactions_enabled: # optional, default to the value of `1`
109108

110109
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
111110
assets:

_data/assets/cross_origin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ search:
3333
js: https://cdn.jsdelivr.net/npm/[email protected]/dest/simple-jekyll-search.min.js
3434

3535
mermaid:
36-
js: https://cdn.jsdelivr.net/npm/mermaid@8/dist/mermaid.min.js
36+
js: https://cdn.jsdelivr.net/npm/mermaid@9/dist/mermaid.min.js
3737

3838
dayjs:
3939
js:
@@ -53,7 +53,7 @@ lozad:
5353
js: https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js
5454

5555
clipboard:
56-
js: https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js
56+
js: https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js
5757

5858
polyfill:
5959
js: https://polyfill.io/v3/polyfill.min.js?features=es6

_data/assets/self_host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ search:
2222
js: /assets/lib/simple-jekyll-search-1.10.0/simple-jekyll-search.min.js
2323

2424
mermaid:
25-
js: /assets/lib/mermaid-8.13.10/mermaid.min.js
25+
js: /assets/lib/mermaid-9.1.7/mermaid.min.js
2626

2727
dayjs:
2828
js:

_data/locales/en.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@ post:
7373
# pinned prompt of posts list on homepage
7474
pin_prompt: Pinned
7575

76+
# Date time format.
77+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
78+
df:
79+
post:
80+
strftime: '%b %e, %Y'
81+
dayjs: 'll'
82+
archives:
83+
strftime: '%b'
84+
dayjs: 'MMM'
85+
7686
# categories page
7787
categories:
7888
category_measure:

_data/locales/hu-HU.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ copyright:
3838
# Displayed in the footer
3939
brief: Néhány jog fenntartva.
4040
verbose: >-
41-
Az oldalon található tartalmak
42-
Creative Commons Attribution 4.0 International (CC BY 4.0) licenccel rendelkeznek,
41+
Az oldalon található tartalmak
42+
Creative Commons Attribution 4.0 International (CC BY 4.0) licenccel rendelkeznek,
4343
hacsak másképp nincs jelezve.
4444
4545
meta: Készítve :PLATFORM motorral :THEME témával.

_data/locales/ko-KR.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ post:
7373
# pinned prompt of posts list on homepage
7474
pin_prompt:
7575

76+
# Date time format.
77+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
78+
df:
79+
post:
80+
strftime: '%Y/%m/%d'
81+
dayjs: 'YYYY/MM/DD'
82+
7683
# categories page
7784
categories:
7885
category_measure: 카테고리

0 commit comments

Comments
 (0)