Commit graph

34 commits

Author SHA1 Message Date
radishzzz
2f80ab9523 feat: add new post creation script and theme update script, remove git-protect.list and sync-upstream.sh
- Deleted `README-zh.md` and `README.md` as they are no longer needed.
- Removed `git-protect.list` to streamline the synchronization process.
- Introduced `new-post.ts` script for easier blog post creation with default metadata.
- Added `update-theme.ts` script to simplify theme updates from the upstream repository.
- Updated content configuration to handle optional updated dates correctly.
- Adjusted pin values in theme guide documents to allow a range from 0-99 instead of 1-99.
2025-05-28 20:41:08 +01:00
radishzzz
357dc313b1 docs: update theme guide and readme 2025-05-26 01:07:47 +01:00
radishzzz
ab9bb91f52 chore: fix waline language switching exceptions, remove unused global variables, update theme guide 2025-05-26 00:25:46 +01:00
radishzzz
488d539374 docs: update theme guide 2025-05-25 22:28:22 +01:00
radishzzz
48464370a4 feat: add support for more languages 2025-05-25 19:13:50 +01:00
radishzzz
d10d90a8ef chore: update <hr> styles, fix unexpected comments in rss feed, update theme guides 2025-05-21 18:27:14 +01:00
radishzzz
4d247cfb93 feat: add reducemotion config option to optimize performance
- Add `reduceMotion` option in theme config to improve performance
- Update Button component to support reduced animations
- Modify GSAP animation logic to adapt to the new configuration
- Update documentation to reflect the new feature
2025-05-19 14:54:59 +01:00
radishzzz
1f141963a1 fix: whitespace in footer incorrectly removed during compression 2025-05-19 01:28:13 +01:00
radishzzz
96fba2d473 fix: accessibility issues with footer links, optimize footer link handling logic 2025-05-19 00:58:53 +01:00
radishzzz
eb82a7d2f2 chore: add toc theme config option and update theme guides 2025-05-18 17:23:32 +01:00
radishzzz
1c374367fd fix: accessibility issues with footer links, update theme guide 2025-05-17 10:43:40 +01:00
radishzzz
43295bc7b9 🚀 perf: use native scrollbar instead of overlayscrollbars, switch waline to cdn import
- remove preload comment configuration
- remove preload meta tags in head
- update 404 page
2025-05-15 20:23:32 +01:00
radishzz
4d3ce1f73f
chore: remove portuguese preview from the demo site (#23)
* refactor: separate rss and atom generation, optimize back button logic, remove redundant whitespace in component styles

* fix:  add missing <published> tag in atom feed
2025-05-10 06:44:59 +01:00
viniciusdeliz
4b05ba9caf
feat: implement portuguese locale (#21)
* feat: include pt key entry and content in config files

* feat: about-pt.md

* feat: update Theme Guide files including pt locale

* feat: include portuguese excerpt on Universal Article.md

* feat: Theme Guide-pt.md

* feat: KaTeX Mathematical Demo-pt.md

* fix: update Katex Mathematical Demo-pt.md title

* feat: 容忍与自由-pt.md

* feat: 故乡-pt.md

* fix: missing translation in 故乡-pt.md

* feat: 羅生門-pt.md

* feat: Theme Color Schemes-pt.md

* feat: Markdown Style Guide-pt.md

* feat: Markdown Extended Features-pt.md

* fix: untranslated tag in 容忍与自由-pt.md

* fix: unmatching published date in KaTeX Mathematical Demo-pt.md
2025-05-10 04:34:10 +01:00
radishzzz
fa0c7db306 docs: update theme guide 2025-05-09 09:18:44 +01:00
radishzzz
847629ca46 chore: update theme guide and waline style 2025-05-08 22:54:32 +01:00
radishzzz
5b9c2d562a refactor: replace icons with svg components, relocate icons and images, rename directories 2025-05-08 15:10:21 +01:00
radishzzz
b72b59358b docs: update comments in theme guides and configuration files 2025-05-08 02:32:12 +01:00
radishzzz
bf20fb4014 fix: upgrade waline to v3.5.7 (fixes #10), remove unused titlegap configuration 2025-05-08 01:57:40 +01:00
radishzzz
955db0e897 chore: replace twitter with x 2025-04-21 19:33:42 +01:00
radishzzz
a022200147 chore: update styles and theme guides 2025-04-17 04:12:50 +01:00
radishzzz
018f1c9b6c chore: improve article auto-excerpt, allow inline code to wrap 2025-04-15 16:53:29 +01:00
radishzzz
043b811ce4 docs: update readme and theme guides 2025-04-14 17:31:27 +01:00
radishzzz
21d502b8d0 docs: update detailed usage documentation in readme
- update footnotes style
- update theme guides
2025-04-13 23:33:30 +01:00
radishzzz
5f95201576 chore: remove unnecessary image.domains configuration 2025-04-13 16:21:14 +01:00
radishzzz
37b95a4e37 docs: update theme guide 2025-04-13 13:15:21 +01:00
radishzzz
3a002d61ca perf: change listener from after-swap to page-load to improve view transition smoothness
- fix theme guide error
- update readme
2025-04-13 11:18:47 +01:00
radishzzz
59297d534e docs: update theme guides 2025-04-13 00:59:46 +01:00
radishzzz
3da5b38407 docs: add theme-color-schemes guide
- remove 95% width restriction
- adjust the transparency of the buttons
- update tag formatting for posts
- update the offset of the underline for links
2025-04-12 00:08:11 +01:00
radishzzz
21ae80e27d chore: add auto option for theme colors 2025-04-06 03:10:28 +01:00
kakomonn
88a3a9f46b Optimize the logic for switching between light and dark modes 2025-04-05 17:35:28 +08:00
radishzzz
ee25e17f69 feat: add KaTeX support and update theme configuration
- Update @astrojs/mdx and astro dependencies
- Enable KaTeX in theme config for mathematical formula rendering
- Update scrollbar component to hide overflow content
- Add KaTeX mathematical demonstration document
- Update multilingual theme guides to include KaTeX configuration
2025-04-01 02:13:23 +01:00
radishzzz
c0e41b3b57 chore: remove smooth effect except post pages, update theme guide 2025-03-28 02:09:26 +00:00
radishzzz
dc17f304c1 feat: add toc with accordion animation, add optional toc toggle, lower heti css priority 2025-03-28 00:26:32 +00:00
Renamed from src/content/posts/Theme Guide-ja.md (Browse further)