Commit Graph

1150 Commits

Author SHA1 Message Date
Cotes Chung 97b8dfeed6
feat(ui): show preview image in home page 2023-05-13 02:05:30 +08:00
Cotes Chung ee88cec270
fix: parameter parsing error in image URL (#1022) 2023-05-13 01:02:15 +08:00
Darian Miller 8da583d403
feat: support hiding the modification date of a post (#1020)
There is the current ability to set `last_modified_at` in the front matter of post and use that datetime instead of the built in logic.
New feature in post.html:  if the modified date time matches the date of the post, then don't show "Updated xxxx"
2023-05-06 11:04:17 +08:00
Cotes Chung 61fdbcb83a
perf(i18n): set the global default locales to "en" (#979)
Avoid missing labels caused by languages ​​outside of locales.
2023-05-06 07:22:29 +08:00
Penek Suksuda aca79c1007
chore(tools): fix typos (#1018) 2023-05-06 07:10:08 +08:00
Song-Zi Vong fe203417d9
feat: add a hook to insert custom metadata in `head` tag (#1015) 2023-05-06 07:10:08 +08:00
Cotes e90461aa3c
perf(tools): avoid initialization interruption in single branch forks (#992) 2023-04-17 02:40:25 +08:00
Cotes 6f6e309741
chore(github): simplify PR template (#991) 2023-04-17 02:34:13 +08:00
Miha Tisnikar 42a700aa37
feat(i18n): add sl-SI.yml with slovenian translations (#989) 2023-04-17 01:37:49 +08:00
Song-Zi Vong 7ec31e8948
refactor: enhance the configurability of fonts (#986) 2023-04-17 01:31:49 +08:00
Cotes Chung b63b65d743
chore(stylelint): optimize the rule for `font-family` variables (#987)
Turn off the rule `value-keyword-case` for `font-family`

Resolves #987
2023-04-16 09:08:54 +08:00
Song-Zi Vong 1719d81d00
fix(rss): double quotes in the post title will break the XML structure (#965) 2023-04-10 18:35:11 +08:00
Jörgen Ivarsson fe7047959e
feat(i18n): added Swedish localization file (#969)
Nice PR @JorgenIvarsson, everything from the branch name to the commit messages perfectly meets the requirements. Thanks!
2023-04-10 06:23:03 +08:00
郭桓桓 d97f95fca0
feat(i18n): add Traditional Chinese (Taiwan) localization file (#961) 2023-04-02 22:13:22 +08:00
Cotes Chung 39b81aa4e0
docs: update issue template (#958)
Close #958
2023-03-31 21:44:22 +08:00
Cotes Chung c45f399e65
chore(release): 5.6.1 2023-03-31 05:46:34 +08:00
Cotes Chung 8225174cb5
fix(deps): `tocbot` has no initialization detection (#957)
Resolves #957
2023-03-31 05:05:33 +08:00
Cotes Chung 8b4f99c87f
fix: pageviews not updated immediately 2023-03-31 04:58:21 +08:00
Cotes Chung 6f97636fb9
chore(build): set rollup watching path 2023-03-31 04:55:43 +08:00
Cotes Chung bf199d779c
chore(deps): upgrade npm packages 2023-03-31 04:55:43 +08:00
Song-Zi Vong 6fec411c18
fix: mode-toggle leads to Disqus loading failure (#945) 2023-03-22 22:22:07 +08:00
Cotes Chung 0d9cec6abc
chore(release): 5.6.0 2023-03-18 02:07:58 +08:00
Cotes Chung 6e6b6479f5
docs: migrate upgrade details to the wiki 2023-03-18 02:07:14 +08:00
Cotes Chung 388efb1ae3
chore(tools): add JS dist to gem release 2023-03-18 02:03:16 +08:00
Cotes Chung 471e8c4018
chore(tools): resume git checkout in initialization 2023-03-18 01:49:34 +08:00
Cotes Chung 3cd81e7128
chore: recover accidentally deleted LQIP style 2023-03-18 01:49:34 +08:00
Cotes Chung b85f6330de
feat(ux): turn home page posts into clickable cards (#895)
Resolves #895
2023-03-18 01:49:34 +08:00
Cotes Chung 111b82838d
style: fix scss lint issue
type: declaration-block-no-redundant-longhand-properties
2023-03-18 00:29:01 +08:00
Cotes Chung e8e4901e34
fix: some console snippets will be incompletely copied
Sample:

```console
echo $PATH
```
2023-03-17 06:39:38 +08:00
Cotes Chung d96b8811a7
refactor: remove version number from self host config 2023-03-17 05:52:32 +08:00
Cotes Chung 820ba62e9e
fix: notch status bar doesn't match theme color (#918)
Resolves #918
2023-03-17 01:17:06 +08:00
Cotes Chung 3c7934abf0
style: improve code style of SCSS & YAML 2023-03-16 03:36:52 +08:00
Cotes Chung 02b7bd5095
feat: change TOC plugin to `tocbot` (#774) 2023-03-16 03:00:29 +08:00
Josh Johanning 474b4ba681
chore: update configure-pages action (#931) 2023-03-15 22:31:43 +08:00
Cotes Chung 016399a6db
Merge branch 'feature/esm' 2023-03-15 22:01:29 +08:00
Cotes Chung 60229ae334
chore(ci,tools): adapt to changes in JS builds 2023-03-15 21:51:37 +08:00
Cotes Chung b69d3d7edd
refactor(build): modularize JS code
- replace gulp with rollup
- remove JS output from repo
2023-03-15 21:51:37 +08:00
Cotes Chung 002f02533d
chore: update code style config 2023-03-11 01:55:32 +08:00
Cotes Chung 968c13ec7d
chore(deps): upgrade NPM packages 2023-03-06 05:48:17 +08:00
Cotes Chung 4681df7151
fix: mathematics cannot scroll horizontally (#760) 2023-03-02 05:40:33 +08:00
Cotes Chung 7e6c667e7a
chore: update project description 2023-03-02 03:56:39 +08:00
Cotes Chung 09121c1d11
docs: move the development guide to README (#900) 2023-03-02 03:42:00 +08:00
Cotes Chung fe82cea576
chore(tools): fix typo 2023-03-01 00:48:25 +08:00
Cotes Chung 1e5c025a1c
chore(vcs): improve git-ignore entries 2023-03-01 00:45:18 +08:00
Spyros Kokotos 712a9b2240
feat(i18n): add Greek Language Support. (#903) 2023-02-23 05:17:47 +08:00
Cotes Chung d921b981f7
docs: update tutorial
docs: update tutorial
2023-02-20 05:57:37 +08:00
Cotes Chung b1453ccb0c
chore: delete useless code 2023-02-18 10:43:16 +08:00
Cotes Chung f517b33960
docs: update issue template 2023-02-17 07:18:07 +08:00
Cotes Chung 4490ce4107
refactor(tools): fix shell check issues 2023-02-16 05:02:22 +08:00
Cotes Chung d0cf2a8dd5
chore(codeql): improve triggering conditions 2023-02-15 05:19:27 +08:00