radishzzz
c6d584a786
fix: switch KaTeX loading from local to cdn
2025-04-01 03:18:42 +01: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
7c6172e0ae
🚀 refactor: toc component with responsive design
...
- Implement scroll-sync highlight tracking
- Add auto-scroll functionality for active items
- Remove animations during view transitions
2025-03-31 16:05:46 +01:00
radishzzz
4c8dff619e
update: migrate from content.ts to content.config.ts
2025-03-30 00:57:33 +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
radishzzz
ab74c0abdf
chore: adjust scrollbar max height and update theme guide
2025-03-27 13:22:26 +00:00
radishzzz
743d17639d
feat: add overlay scrollbar for body and code block
2025-03-27 05:00:22 +00:00
radishzzz
d359028d09
chore: update theme guide posts
2025-03-26 22:07:19 +00:00
radishzzz
f612da55c5
chore: updating dependencies
2025-03-26 05:41:05 +00:00
radishzzz
e3730749de
chore: update i18n md style guide articles
2025-03-24 21:27:36 +00:00
radishzzz
29882c8581
test: md style preview
2025-03-23 14:33:11 +00:00
radishzzz
24425e3a7e
refactor: optimize heti css styles
2025-03-23 03:22:02 +00:00
radishzzz
51ae238192
🚀 refactor: redesign the layout, reduce page size, and significantly improve build speed
2025-03-22 03:45:15 +00:00
radishzzz
608bb0045f
refactor: a part of heti css style
2025-03-20 18:09:39 +00:00
radishzzz
9283287442
update: code block style
2025-03-20 05:31:26 +00:00
radishzzz
ec2b4e9ec2
chore: remove unused dependencies
2025-03-19 22:52:53 +00:00
radishzzz
830c330b3a
chore: delete unused dependencies
2025-03-19 22:03:26 +00:00
radishzzz
67cc90f744
chore: change logo on opengraph, adjust title position on mobile post page
2025-03-18 14:39:06 +00:00
radishzzz
cac96eca8c
feat: add desktop back home button on posts page
2025-03-18 05:37:33 +00:00
radishzzz
ca1abd28c1
chore: update detail
2025-03-14 13:45:50 +00:00
radishzzz
4651828dd1
test: language switcher and i18n refactor
2025-03-14 00:51:54 +00:00
radishzzz
7671309edf
refactor: fix button positions and adjust component structure
2025-03-13 21:52:24 +00:00
radishzzz
1444e8934c
chore: add og comment and update icon naming
2025-03-13 13:19:34 +00:00
radishzzz
a556a622ab
feat: automatically generate Open Graph cards
2025-03-13 05:00:18 +00:00
radishzzz
c97e3d5882
test: og url end with slash
2025-03-12 22:09:57 +00:00
radishzzz
78de8b7911
chore: update dependency versions
2025-03-12 15:06:17 +00:00
radishzzz
7ee47b1d85
✨ feat: support image optimization in Markdown with astro 5.4
2025-03-12 13:57:32 +00:00
radishzzz
31cdd9baa7
test: case naming issues
2025-03-11 13:36:11 +00:00
radishzzz
696fcfac07
refactor: theme config
2025-03-11 12:10:12 +00:00
radishzzz
5a87bee474
fix: waline style bug
2025-03-08 08:01:47 +00:00
radishzzz
cf5d9d0baf
chore: update dependencies and project intro
2025-03-07 13:59:49 +00:00
radishzzz
c2ebc78045
feat: add waline i18n & sync comments
2025-03-06 22:19:34 +00:00
radishzzz
fa148ca0c5
feat: add waline comment
2025-03-06 15:15:32 +00:00
radishzzz
a813e7c2d0
chore: optimize layout
2025-03-05 21:52:43 +00:00
radishzzz
f96af1b102
feat: Improve tag pages and article tag display
2025-03-05 04:54:42 +00:00
radishzzz
b5bf2883cf
docs: update README
2025-02-28 21:07:31 +00:00
radishzzz
807459d6ed
docs: create README and update project configuration
...
- Add comprehensive README with project overview, features, and roadmap
- Update VSCode settings with new dictionary words
- Modify language switcher, mobile header, and theme toggle components
- Adjust layout and global styles
- Add language attribute to markdown example post
2025-02-22 02:05:50 +00:00
radishzzz
09fe7dcb37
refactor: remove text-62.5%, update site layout and add site footer
...
- Adjust font and typography settings across components
- Update footer with new links and start year configuration
- Modify header and navbar styling for responsive design
- Remove @unpic/astro dependency
- Refine global and component-level styling
- Update font preloading and font face definitions
2025-02-21 08:33:00 +00:00
radishzzz
ad9fabe937
feat: enhance image handling and analytics configuration
...
- Add @unpic/astro for improved image optimization
- Configure image service with blurhash placeholder
- Update analytics script to support custom JavaScript URLs
- Modify preload configuration for more flexible analytics integration
- Remove deprecated rehype image transformation plugin
2025-02-21 01:25:38 +00:00
radishzzz
6bcd51765d
chore: optimize head component
...
- Add dynamic theme-color meta tag based on current theme mode
- Preload custom font files for improved performance
- Update ClientRouter configuration for view transitions
- Refactor theme toggle script comments for clarity
2025-02-18 17:57:10 +00:00
radishzzz
e2cce321fc
update: post page layout
2025-02-16 01:10:06 +00:00
radishzzz
9d6de20b6a
feat: enhance typography and image handling
...
- Add Heti typography plugin for improved Chinese text layout
- Implement rehype plugin to convert images to figure elements with captions
- Update UnoCSS configuration by removing typography preset
- Modify file extensions for consistency (.mjs to .js)
- Add new plugins for admonition, GitHub card, and reading time components
- Improve image and text styling with Heti CSS
2025-02-15 21:11:17 +00:00
radishzzz
7498f93ef9
feat: improve mobile header and layout responsiveness
...
- Add sticky positioning to mobile header
- Implement back navigation for mobile header
- Adjust layout to use min-height instead of fixed height
- Remove global scroll-smooth class for more flexible scrolling
- Update dependencies to latest versions
2025-02-14 07:04:52 +00:00
radishzzz
614b41ed87
chore: update dependencies and add force-gpu utility
2025-02-11 23:07:03 +00:00
radishzzz
2a731b067a
fix: text cut issue on iOS and update scrollbar color
2025-02-11 15:00:34 +00:00
radishzzz
3d2cec7908
fix: text cut issue on ios
2025-02-10 02:43:46 +00:00
radishzzz
113f37a9e0
test: title flash issue on ios
2025-02-06 12:56:29 +00:00
radishzzz
95f15c2016
chore: upgrade Astro
2025-02-04 18:57:34 +00:00
radishzzz
35b2542ec8
chore: update dependencies
2025-02-04 15:23:40 +00:00
radishzzz
3bd8e6ad1c
fix: delete font-style: italic for ios
2025-01-28 10:39:18 +00:00