Commit Graph

1001 Commits

Author SHA1 Message Date
Cotes Chung 7f18cdc1fd
build: fix the `preview` mode for release tool 2022-06-09 17:59:25 +08:00
Cotes Chung fd0f983bbe
chore: optimize the layout of main content and search input 2022-06-09 03:46:47 +08:00
Cotes Chung 35cadf969d
perf(categories): support singular and plural forms of locale (#595)
resolves #595
2022-06-08 19:02:18 +08:00
Raymond Wright cc6398c104
docs: fix typo in English locale file (#594) 2022-06-08 16:48:11 +08:00
Cotes Chung 5d6e8c5ef6
perf: improve the responsive design for ultrawide screens (#540)
Resolves #540
2022-06-08 16:15:38 +08:00
Cotes Chung 20caace68a
fix(PWA): avoid repeated notification of SW update 2022-06-08 16:09:18 +08:00
Cotes Chung ac1731d123
Merge branch 'feature/enhance-pwa' 2022-06-05 00:10:49 +08:00
Cotes Chung 106c981bac
feat: add option to turn off PWA (#527) 2022-06-05 00:10:20 +08:00
Cotes Chung d127183b97
feat(PWA): add Service Worker update notification 2022-06-04 23:54:06 +08:00
bibi2233 54124d5134
fix: assets URL is missing `baseurl` in self-hosted mode (#591) 2022-06-02 20:55:34 +08:00
Cotes Chung 76a1b6a068
fix(theme mode): `SCSS` syntax error (#588)
Fixes #588
2022-05-30 05:50:46 +08:00
Cotes Chung 91308ae567
refactor: decouple the `Archives` from `404` page (#576)
Resolves #576
2022-05-24 23:47:24 +08:00
Cotes Chung 12f1e6fe89
refactor(tags): avoid URL errors caused by improper `site.baseurl` settings
Resolves #580
2022-05-24 16:33:42 +08:00
Six Jonathan 94e81447af
feat: add fr-FR support to locales (#582) 2022-05-24 16:31:50 +08:00
Cotes Chung b7ad538ce2
Merge branch 'feature/improve-post-meta' 2022-04-26 05:05:15 +08:00
Cotes Chung 097bb23530
docs: add description for preview image 2022-04-26 04:55:38 +08:00
Cotes Chung 2bd6efa95a
feat: support showing description of preview image
Also moved the image position to the metadata area
2022-04-26 04:55:38 +08:00
Cotes Chung 135a16f13e
perf: avoid post pageviews from shifting while loading 2022-04-26 04:55:37 +08:00
Cotes Chung 6d35f5f8da
perf: avoid the layout shift for post datetime 2022-04-26 04:55:37 +08:00
Cotes Chung 42c44a8bc1
refactor: simplify travis config 2022-04-17 17:02:32 +08:00
Cotes 138c537010
Merge pull request #541 from ZakKemble/fix-various
Fix various
2022-04-14 23:58:37 +08:00
Zak Kemble 59e955745f fix: spurious header closing tags
`right` already contains the closing tag
2022-04-14 16:50:13 +01:00
Zak Kemble 4f590e2bba fix: p is not allowed in span 2022-04-14 16:50:13 +01:00
Zak Kemble 6900d9f2bc fix: follow paginate_path config for pagination
Using "paginate_path: /page/:num/" to generate "/page/2/" paths would still generate invalid
pagination links to "/page2/"
2022-04-14 16:50:13 +01:00
Jayitha 30787fc4cf
fix: horizontal scroll for long equations (#545) 2022-04-03 04:10:34 +08:00
Galen Rice 5402523ae5
fix: force checkout of `gh-pages` branch (#544)
When using the theme starter, which uses a git submodule,
assets loaded from that submodule are "untracked" files in the pages branch working tree.
The build can fail at this line due to Git, saying "the following untracked working tree files would be overwritten by checkout".

Adding `-f` forces the checkout, overwriting all files.
The other deploy steps then take over and rewrite the files as needed.
2022-04-02 19:22:48 +08:00
Cotes Chung 156c02a91a
Merge branch 'feature/commitlint-config' 2022-04-02 19:21:52 +08:00
Cotes Chung 6ca66366d5
build(git-ignore): add missing item
When using the theme starter, which uses a git submodule,
assets loaded from that submodule are "untracked" files in the pages branch working tree.
The build can fail at this line due to Git, saying "the following untracked working tree files would be overwritten by checkout".

Adding `-f` forces the checkout, overwriting all files.
The other deploy steps then take over and rewrite the files as needed.
2022-04-02 19:18:32 +08:00
Cotes Chung 0740b857c6
build(deps): disables the rule `body-max-line-length` 2022-04-02 19:13:54 +08:00
Zak Kemble 58928dbc90 fix: alt is not a valid attribute for 'a' tag 2022-03-27 18:01:24 +01:00
Cotes Chung 0542b5149c
fix: remove whitespace from avatar URL (#537)
Fix #537
2022-03-22 21:13:39 +08:00
Cotes Chung e68108014a
style: add indentation 2022-03-22 21:13:39 +08:00
Camilo Martínez Burgos efe75adf27
feat: add es-ES support to locales (#533)
Using the already existing locales in the chirpy repository, I added a new locale file in Spanish.
2022-03-17 02:22:46 +08:00
Cotes Chung 3e64400246
Merge branch 'fix/seo-tag' 2022-03-17 02:11:47 +08:00
Cotes Chung f581b4395f
docs: update posts for author info 2022-03-17 02:05:45 +08:00
Cotes Chung 96a16c868e
fix: correct the `twitter:creator` of Twitter summary card 2022-03-17 01:40:38 +08:00
Cotes Chung 67d51d5df2
docs: update preview image's font-matter 2022-03-16 22:51:41 +08:00
Cotes Chung 9cefe58993
fix: when the `site.img_cdn` is set to the local path, the preview-image path loses the `baseurl` 2022-03-16 22:17:19 +08:00
Cotes Chung b8d1bcd3de
fix: resume the preview image SEO tag (#529)
Fix #529
2022-03-16 22:17:19 +08:00
Cotes Chung a60a4562bf
Merge branch 'feature/global-npm-bin' 2022-03-13 18:02:52 +08:00
Cotes Chung 03e4f575ba
build(npm, shell): use the global `standard-version` 2022-03-13 16:53:13 +08:00
Cotes Chung b58cab1c07
docs: update contributing guidelines 2022-03-13 16:50:12 +08:00
Cotes Chung da05d395fb
build(npm): use the global `commitlint` & `husky` 2022-03-13 16:47:22 +08:00
Cotes Chung f0a2e2f4e1
chore(gh-actions): resume the trigger branch 2022-03-12 22:29:15 +08:00
Cotes Chung c57238975a
docs: update bug report template 2022-03-12 22:27:39 +08:00
Paulo Freitas c2c503f633 feat: add pt-BR support to locales 2022-03-07 16:12:53 +08:00
Cotes Chung 5607a1755a
Merge branch 'feature/update-deps' 2022-03-05 00:09:22 +08:00
Cotes Chung 5a575613bb
build: update required ruby version & docs uri 2022-03-04 23:58:13 +08:00
Cotes Chung 00ad357033
ci: update matrix environment 2022-03-04 23:58:13 +08:00
Zak Kemble dd9d5a7207
fix: use `jsonify` to generate valid json (#521) 2022-03-03 21:49:05 +08:00