Skip to content

Commit de6ec65

Browse files
committed
Merge branch 'master' into production
2 parents 387f0ec + c5f15a3 commit de6ec65

File tree

107 files changed

+1813
-1880
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+1813
-1880
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ about: Create a report to help us improve
55

66
**NOTE:** Before you start, the following should be completed.
77

8-
- Read [tutorial][tutorial] to understand the usage and the correct effect of functional design.
8+
- Read [Wiki][wiki] to understand the usage and the correct effect of functional design.
99
- Make sure no [similar issue(including closed ones)][issues] exists.
1010
- Make sure the bug is found in the latest code of the `master` branch.
1111

12-
[tutorial]: https://cotes2020.github.io/chirpy-demo/categories/tutorial/
12+
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
1313
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
1414

1515
## Describe the bug

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ labels: enhancement
66

77
**NOTE:** Before you start, the following should be completed.
88

9-
- Read [tutorial][tutorial] to understand the usage and the correct effect of functional design.
9+
- Read [Wiki][wiki] to understand the usage and the correct effect of functional design.
1010
- Make sure no [similar issue(including closed ones)][issues] exists.
1111
- Make sure the request is based on the latest code in the `master` branch.
1212

13-
[tutorial]: https://cotes2020.github.io/chirpy-demo/categories/tutorial/
13+
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
1414
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
1515

1616
## Is your feature request related to a problem? Please describe

.github/ISSUE_TEMPLATE/help_wanted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ labels: 'help wanted'
66

77
**NOTE:** Before you start, the following should be completed.
88

9-
- Read [tutorial][tutorial] to understand the usage and the correct effect of functional design.
9+
- Read [Wiki][wiki] to understand the usage and the correct effect of functional design.
1010
- Make sure no [similar issue(including closed ones)][issues] exists.
1111
- Try to find the answer on [Jekyll Forum][forum] and [StackOverflow][stack_overflow].
1212

13-
[tutorial]: https://cotes2020.github.io/chirpy-demo/categories/tutorial/
13+
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
1414
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
1515
[forum]: https://talk.jekyllrb.com/
1616
[stack_overflow]: https://stackoverflow.com/questions/tagged/jekyll

.github/ISSUE_TEMPLATE/question.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ labels: question
66

77
**NOTE:** Before you start, the following should be completed.
88

9-
- Read [tutorial][tutorial] to understand the usage and the correct effect of functional design.
9+
- Read [Wiki][wiki] to understand the usage and the correct effect of functional design.
1010
- Make sure no [similar issue(including closed ones)][issues] exists.
1111
- Try to find the answer on [Jekyll Forum][forum] and [StackOverflow][stack_overflow].
1212

13-
[tutorial]: https://cotes2020.github.io/chirpy-demo/categories/tutorial/
13+
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
1414
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
1515
[forum]: https://talk.jekyllrb.com/
1616
[stack_overflow]: https://stackoverflow.com/questions/tagged/jekyll

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<!--
44
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
5-
6-
e.g. Fixes #(issue)
75
-->
86

97
## Type of change
@@ -13,9 +11,14 @@ Please select the desired item checkbox and change it to "[x]", then delete opti
1311
-->
1412
- [ ] Bug fix (non-breaking change which fixes an issue)
1513
- [ ] New feature (non-breaking change which adds functionality)
14+
- [ ] Improvement (refactoring and improving code)
1615
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1716
- [ ] Documentation update
1817

18+
## Additional context
19+
20+
<!-- e.g. Fixes #(issue) -->
21+
1922
## How has this been tested
2023

2124
<!--
@@ -24,11 +27,3 @@ Please describe the tests that you ran to verify your changes. Provide instructi
2427

2528
- [ ] I have run `bash ./tools/test` (at the root of the project) locally and passed
2629
- [ ] I have tested this feature in the browser
27-
28-
### Test Configuration
29-
30-
- Browser type & version:
31-
- Operating system:
32-
- Ruby version: <!-- by running: `ruby -v` -->
33-
- Bundler version: <!-- by running: `bundle -v`-->
34-
- Jekyll version: <!-- by running: `bundle list | grep " jekyll "` -->

.github/workflows/commitlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
commitlint:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99
with:
1010
fetch-depth: 0
11-
- uses: wagoid/commitlint-github-action@v4
11+
- uses: wagoid/commitlint-github-action@v5

.stylelintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"rule-empty-line-before": [
1717
"always",
1818
{ "ignore": ["after-comment", "first-nested", "inside-block"] }
19-
]
19+
],
20+
"value-keyword-case": ["lower", { "ignoreProperties": ["/^\\$/"] }]
2021
}
2122
}

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,55 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [6.0.0](https://github.com/cotes2020/jekyll-theme-chirpy/compare/v5.6.1...v6.0.0) (2023-05-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* rename assets origin configuration files
11+
12+
### Features
13+
14+
* add a hook to insert custom metadata in `head` tag ([#1015](https://github.com/cotes2020/jekyll-theme-chirpy/issues/1015)) ([fe20341](https://github.com/cotes2020/jekyll-theme-chirpy/commit/fe203417d993508eedf5b9044fe53c4a566e44f9))
15+
* **i18n:** add sl-SI.yml with slovenian translations ([#989](https://github.com/cotes2020/jekyll-theme-chirpy/issues/989)) ([42a700a](https://github.com/cotes2020/jekyll-theme-chirpy/commit/42a700aa37889faa32d7ec1f6776ce4b9d845dc4))
16+
* **i18n:** add Traditional Chinese (Taiwan) localization file ([#961](https://github.com/cotes2020/jekyll-theme-chirpy/issues/961)) ([d97f95f](https://github.com/cotes2020/jekyll-theme-chirpy/commit/d97f95fca0bcd450ea50709ffba0217f7e65d339))
17+
* **i18n:** added Swedish localization file ([#969](https://github.com/cotes2020/jekyll-theme-chirpy/issues/969)) ([fe70479](https://github.com/cotes2020/jekyll-theme-chirpy/commit/fe7047959e3694c6e603e764ded30dacd49e6aa9))
18+
* support hiding the modification date of a post ([#1020](https://github.com/cotes2020/jekyll-theme-chirpy/issues/1020)) ([8da583d](https://github.com/cotes2020/jekyll-theme-chirpy/commit/8da583d403456f6460ec1a6ebcbb0c2ca8127ff6))
19+
* **ui:** improve code snippet design ([6d99f5c](https://github.com/cotes2020/jekyll-theme-chirpy/commit/6d99f5cc36a69e5ccff51f81ba448c798d92e12e))
20+
* **ui:** improve the design for top bar ([83f1c34](https://github.com/cotes2020/jekyll-theme-chirpy/commit/83f1c34f92d85f3953ca9c9818be5399962bf1c9))
21+
* **ui:** new design footer content layout ([3210c59](https://github.com/cotes2020/jekyll-theme-chirpy/commit/3210c59466150dc04b4e4bdfc1ffd0e38adcff43))
22+
* **ui:** redesign the sidebar ([83bbe4a](https://github.com/cotes2020/jekyll-theme-chirpy/commit/83bbe4ac939edfd1706e68c080562e3462f83519))
23+
* **ui:** show preview image in home page ([97b8dfe](https://github.com/cotes2020/jekyll-theme-chirpy/commit/97b8dfeed6ce7677f6472e28dc3b03f3c2968b12))
24+
25+
26+
### Bug Fixes
27+
28+
* parameter parsing error in image URL ([#1022](https://github.com/cotes2020/jekyll-theme-chirpy/issues/1022)) ([ee88cec](https://github.com/cotes2020/jekyll-theme-chirpy/commit/ee88cec270ea5938f98913a3edf28a684cfbd6c0))
29+
* **rss:** double quotes in the post title will break the XML structure ([#965](https://github.com/cotes2020/jekyll-theme-chirpy/issues/965)) ([1719d81](https://github.com/cotes2020/jekyll-theme-chirpy/commit/1719d81d00b32b107c35b3903089be84a9b28a6c))
30+
31+
32+
### refactor
33+
34+
* rename assets origin configuration files ([c283e77](https://github.com/cotes2020/jekyll-theme-chirpy/commit/c283e7782fa9562d82d9855fd280a573fd58c75f))
35+
36+
37+
### Improvements
38+
39+
* **assets:** reduce HTTP requests to CDN ([9d97120](https://github.com/cotes2020/jekyll-theme-chirpy/commit/9d971201978e993a9af337d9cd5396a1ea225f00))
40+
* calculate heading font size dynamically ([#983](https://github.com/cotes2020/jekyll-theme-chirpy/issues/983)) ([52f5ee9](https://github.com/cotes2020/jekyll-theme-chirpy/commit/52f5ee9cd3f92a6e8f25eaa203831546cda85db6))
41+
* **i18n:** set the global default locales to "en" ([#979](https://github.com/cotes2020/jekyll-theme-chirpy/issues/979)) ([61fdbcb](https://github.com/cotes2020/jekyll-theme-chirpy/commit/61fdbcb83a3601ecae62ec230602b94a5eb832e1))
42+
* **tools:** avoid initialization interruption in single branch forks ([#992](https://github.com/cotes2020/jekyll-theme-chirpy/issues/992)) ([e90461a](https://github.com/cotes2020/jekyll-theme-chirpy/commit/e90461aa3c81633863db6a12c5924ddba33bd08e))
43+
* **ui:** improve categories color in dark mode ([414dd13](https://github.com/cotes2020/jekyll-theme-chirpy/commit/414dd132aed70f4bd96cb712d00eacc82d2753e9))
44+
* **ui:** improve hover effect for post preview cards ([7626e4d](https://github.com/cotes2020/jekyll-theme-chirpy/commit/7626e4d00544346a46b6e5ff2f3a99d234defe09))
45+
* **ui:** improve hover effect of trending tags ([34499f0](https://github.com/cotes2020/jekyll-theme-chirpy/commit/34499f0c927ce8fea3705dc2f0f0e6805cabda43))
46+
* **ui:** improve inline code in light mode ([e38309f](https://github.com/cotes2020/jekyll-theme-chirpy/commit/e38309f3bd1302ffe60b682136b6efaf96f4d9ae))
47+
* **ui:** improve related posts design ([2918da9](https://github.com/cotes2020/jekyll-theme-chirpy/commit/2918da9f29465618d557c082ff3a2f23d7519049))
48+
* **ui:** improve the color of prompts in dark mode ([8cbbcfa](https://github.com/cotes2020/jekyll-theme-chirpy/commit/8cbbcfa26da0addd88affada23a65770250f2404))
49+
* **ui:** lighten the link color in light-mode ([7c23a4e](https://github.com/cotes2020/jekyll-theme-chirpy/commit/7c23a4ebc53b9e231c214e04f8ac0803cbcdb720))
50+
* **ui:** mute the marker in lists ([0c80552](https://github.com/cotes2020/jekyll-theme-chirpy/commit/0c80552d772b874e2a161f1270294faa3af18d4a))
51+
* **ui:** uniform the muted text color ([aadf939](https://github.com/cotes2020/jekyll-theme-chirpy/commit/aadf9393d5c7f7528d453c4e68eba4f5cbb85bd9))
52+
* **ux:** improve LQIP fade in effect ([003e7b6](https://github.com/cotes2020/jekyll-theme-chirpy/commit/003e7b60c93988a7bfae4c03a8346d4f8a5f0bb6))
53+
554
## [5.6.1](https://github.com/cotes2020/jekyll-theme-chirpy/compare/v5.6.0...v5.6.1) (2023-03-30)
655

756

_data/locales/ar.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ copyright:
4040
ما لم يذكر خلاف ذلك ، يتم ترخيص منشورات المدونة على هذا الموقع
4141
بموجب ترخيص Creative Commons Attribution 4.0 International (CC BY 4.0) من قبل المؤلف.
4242
43-
meta: باستخدام :PLATFORM السمة :THEME.
43+
meta: باستخدام :PLATFORM السمة :THEME
4444

4545
not_found:
4646
statment: عذرا, الرابط التالي غير صالح أو انه يشير إلى صفحة غير موجودة.
@@ -70,18 +70,16 @@ post:
7070
share_link:
7171
title: أنسخ الرابط
7272
succeed: تم نسخ الرابط بنجاح!
73-
# pinned prompt of posts list on homepage
74-
pin_prompt: مثبت
7573

7674
# Date time format.
7775
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
7876
df:
7977
post:
80-
strftime: '%b %e, %Y'
81-
dayjs: 'll'
78+
strftime: "%b %e, %Y"
79+
dayjs: "ll"
8280
archives:
83-
strftime: '%b'
84-
dayjs: 'MMM'
81+
strftime: "%b"
82+
dayjs: "MMM"
8583

8684
# categories page
8785
categories:

_data/locales/bg-BG.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ copyright:
4040
Освен ако не е посочено друго, публикациите в блога на този сайт са лицензирани
4141
под лиценза Creative Commons Attribution 4.0 (CC BY 4.0) от автора.
4242
43-
meta: Създадено чрез :PLATFORM и :THEME тема.
43+
meta: Създадено чрез :PLATFORM и :THEME тема
4444

4545
not_found:
4646
statment: Съжалявам, но на този URL адрес няма налично съдържание.
@@ -70,8 +70,6 @@ post:
7070
share_link:
7171
title: Копирай линк
7272
succeed: Линкът е копиран успешно!
73-
# pinned prompt of posts list on homepage
74-
pin_prompt: Прикрепенa
7573

7674
# categories page
7775
categories:

0 commit comments

Comments
 (0)