Commit Graph

1441 Commits

Author SHA1 Message Date
Cotes Chung 55659315c6
docs: update project docs 2023-10-04 18:15:22 +08:00
Cotes Chung bbd92d11cc
chore: move `CHANGELOG.md` to `docs/` 2023-10-04 18:15:22 +08:00
Cotes Chung 475d181aac
refactor: optimize the basic layouts 2023-10-04 18:15:22 +08:00
Cotes Chung f49155f034
chore(post): restore margin at the bottom of TOC 2023-09-29 05:36:01 +08:00
Cotes Chung 109725d2dc
fix(home): avoid LQIP dirty data passing to the next post (#1278) 2023-09-29 05:25:10 +08:00
Cotes Chung e3b01636ac
refactor(core): optimize image loading
- JavaScript runs so fast that LQIP will never be detected
- Increase the running priority of image processing in posts

Enhancement for #1267
2023-09-29 05:07:03 +08:00
Cotes Chung b489da89ca
style(scss): update `rule-empty-line-before` config 2023-09-28 01:27:24 +08:00
Cotes Chung 2d56597571
perf(pwa): enhance cache privacy protection (#1275)
Hiding the time zone of the build machine enhances privacy protection.
2023-09-27 21:13:15 +08:00
Cotes Chung 97004ddc44
docs: improve readme content 2023-09-27 21:03:12 +08:00
Jens 75ea77d574
chore(i18n): update German language localisation (#1265)
* Add common German date format.
* Fix translation of read time prompt to a more correct word.

---------

Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
2023-09-27 04:46:58 +08:00
Cotes Chung bf3a34d054
perf(core): replace `lazysizes` with browser-level lazy loading (#1267) 2023-09-27 04:44:32 +08:00
Cotes Chung 5015fdecf3
style(core): avoid using `<` or `>` within `capture` tag
This interferes with the work of the editor Liquid-HTML plugin
2023-09-25 01:49:20 +08:00
Cotes Chung de2dff354a
chore(ui): increase block radius 2023-09-24 22:18:46 +08:00
Denny Korsukéwitz 3a022bc816
docs: fix the stylesheet name in tutorial (#1260)
Fixes stylesheet name in post `2019-08-09-getting-started.md`

---------

Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
2023-09-23 17:44:44 +08:00
Cotes Chung 9b74070d45
docs: delete the usage guide for `jekyll-docker`
The project [`jekyll-docker`](https://github.com/envygeeks/jekyll-docker/) has not been updated for more than a year and is not supported by `sass-cover-3.x` (`sass-embedded`) in Jekyll `4.3` due to the old OS version.

When developing sass code, we have to consider `sass-cover-2.x` (`sassc`) compatibility, which reduces web rendering performance and increases syntax maintenance costs.

Therefore, it makes no sense to maintain this awkward situation and the use of the deprecated image `jekyll/jekyll` should be removed from the documentation.

See also:

- https://github.com/envygeeks/jekyll-docker/issues/363
- https://github.com/jekyll/jekyll-sass-converter#migrate-from-2x-to-3x
2023-09-23 05:04:31 +08:00
Cotes Chung af4102476e
docs: compress heading example 2023-09-23 05:01:29 +08:00
Cotes Chung 9d9e3bbca3
chore: update footer meta info about the project 2023-09-22 03:32:42 +08:00
Cotes Chung 6f2d3ea2bd
build(gem): remove outdated config from `Gemfile`
`sass-embedded` supports running on `musl-libc` from version `1.58.0` onwards.

See also: <https://github.com/ntkme/sass-embedded-host-ruby/issues/94>
2023-09-22 03:31:05 +08:00
Cotes Chung 8417927264
refactor(scss): replace `#{$var}` with `$var`
This change stops forward compatibility with `jekyll-sass-converter-2.x`
2023-09-22 03:27:20 +08:00
Cotes Chung ca39e15a78
build(gh): update checklist of `issue` / `discussion` template 2023-09-21 01:48:10 +08:00
Cotes Chung e9c920641b
perf(comments): lazy load `giscus` (#1254)
Enable the `giscus` lazy loading option to improve web performance.
2023-09-20 05:48:14 +08:00
Cotes Chung 0a55e1297b
build: add content to bug-report template 2023-09-20 05:48:13 +08:00
Cotes Chung 0465a985dc
fix(posts): resume target highlighting for superscripts and footnotes (#1253)
`<sup>` and `<footnote>` are highlighted when in `:target` state, but this feature has been missing since `v6.1.0` due to an oversight in development.
2023-09-20 04:27:32 +08:00
Cotes Chung 73e171b0fb
perf(layout): optimize the main block height calculation (#1249)
If the post content height is smaller than the panel, there will be a large blank space between the bottom of the post and "Further Reading" section.
2023-09-19 04:44:35 +08:00
Cotes Chung 726085c647
fix(posts): code snippet clipboard tooltip missing title (#1246)
The layout `page` missing the `lang` specification
2023-09-19 00:43:08 +08:00
Cotes Chung b97fa93ffd
docs: simplify PR template 2023-09-18 23:57:43 +08:00
Cotes Chung 13a3c3c906
perf(layout): improve margins for tail block (#1243)
Keeps the margin of the elements in the tail area consistent regardless of the number of siblings, or if a <script> is inserted.
2023-09-18 03:26:02 +08:00
Cotes Chung e78f67d354
build(gh): improve `Issue` / `Discussion` templates with form schema 2023-09-16 23:31:41 +08:00
Cotes Chung b34661efd7
fix: avoid `utterances` initialization failure (#1234)
This issue exists since Chirpy `v6.0.0`
2023-09-15 01:24:13 +08:00
Cotes Chung bb589e8d31
style: prettify `utteranc` code snippet 2023-09-15 01:13:20 +08:00
Cotes Chung f079bb7f5b
chore(release): 6.2.2 2023-09-11 02:32:38 +08:00
Cotes Chung ac4b402f97
Merge branch 'hotfix/6.2.2' 2023-09-11 02:32:36 +08:00
Cotes Chung 87a12be897
chore(release): 6.2.2 2023-09-11 02:32:35 +08:00
Cotes Chung 0614473893
Merge branch 'hotfix/6.2.2' into production 2023-09-11 02:32:32 +08:00
Cotes Chung 273b389c51
fix(sidebar): contact icons not stacking (#1224)
Fixes #1224
2023-09-11 02:28:16 +08:00
Cotes Chung 204cb44dc3
chore(release): 6.2.1 2023-09-11 00:36:55 +08:00
Cotes Chung f949bda15b
Merge branch 'hotfix/6.2.1' 2023-09-11 00:36:54 +08:00
Cotes Chung b3005f4e1a
chore(release): 6.2.1 2023-09-11 00:36:52 +08:00
Cotes Chung 14d3960ca0
Merge branch 'hotfix/6.2.1' into production 2023-09-11 00:36:50 +08:00
Cotes Chung 4da7406dfe
fix(pwa): installation failure caused by outdated cache entries
Change `/assets/css/style.css` to `/assets/css/jekyll-theme-chirpy.css`
2023-09-11 00:35:56 +08:00
Cotes Chung 1a041e0443
style(pwa): use 2 spaces indentation for `sw.js` and `swcache.js` 2023-09-11 00:30:23 +08:00
Cotes Chung 7ec8425e03
chore(release): 6.2.0 2023-09-10 20:37:20 +08:00
Cotes Chung 52084f85d4
chore(release): 6.2.0 2023-09-10 20:37:18 +08:00
Cotes Chung 5c6df66324
Merge branch 'master' into production 2023-09-10 20:37:16 +08:00
Cotes Chung 3f9f5c79e8
docs: update tutorial & readme (#1222)
* docs(tutorials): add social options settings
* docs: update features in README
2023-09-10 20:35:10 +08:00
Cotes Chung aff7566774
feat(ui): update the twitter icon (#1221) 2023-09-10 20:23:34 +08:00
Cotes Chung 4237d078fa
build(release): improve version release strategy 2023-09-10 20:20:43 +08:00
Cotes Chung 806fa3aa1a
refactor: simplify meta info 2023-09-10 20:01:29 +08:00
Cotes Chung ec69bea841
build: remove `_data/authors.yml` from the gem 2023-09-10 20:01:29 +08:00
Cotes Chung 75a2504fd9
chore(colors): adapt to Bootstrap 5.3 2023-09-10 00:31:50 +08:00