Commit graph

78 commits

Author SHA1 Message Date
radishzzz
94f9998f45 chore: reorganize css files 2025-05-18 16:29:45 +01:00
radishzzz
a35999629a feat: add fade up animation to post page, optimize global animation curves and durations, refine animation-related naming conventions 2025-05-17 20:18:41 +01:00
radishzzz
312a57c07e style: optimize animation curves and duration 2025-05-17 13:27:35 +01:00
radishzzz
1c374367fd fix: accessibility issues with footer links, update theme guide 2025-05-17 10:43:40 +01:00
radishzzz
55923f9fcc chore: add rehypeUnwrapImg plugin for image processing optimization, update katex resource path 2025-05-16 04:32:59 +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
radishzzz
d0e699d8cb style: optimize scrollbar styling, remove the auto-hide feature to fix page flickering issue 2025-05-15 17:27:17 +01:00
radishzzz
bd24e340e7 style: optimize scrollbar and heading styling 2025-05-15 06:04:36 +01:00
radishzzz
0e5905aaa3 test: remove scrollbar and photoswipe 2025-05-15 02:16:55 +01:00
radishzzz
168e231119 feat: add auto-hide native scrollbar and optimize scrollbar styling 2025-05-14 19:01:54 +01:00
radishzzz
41fca8569e perf: remove overlayscrollbars to fix page loading lag, update heading margins 2025-05-14 15:25:27 +01:00
radishzzz
610c86db0d style: add highlight hover animation to navigation and footer
- add dynamic accessible labels to heading anchors
- update theme toggle button svg
2025-05-13 23:33:09 +01:00
radishzzz
e5ecbe1341 feat: add heading anchor links 2025-05-13 03:09:23 +01:00
radishzzz
9c1d2241d4 style: add letter spacing to cjk header, navbar and post titles 2025-05-11 00:52:02 +01:00
radishzzz
ca779b885f docs: update example posts 2025-05-09 23:41:22 +01:00
radishzzz
0581542aea style: update styles for text selection and tables 2025-05-09 13:10:44 +01:00
radishzzz
d3d6561f4d perf: optimize loading timing for github cards and lightbox, clean up redundant head tags, and improve css organization 2025-05-08 01:24:03 +01:00
radishzzz
d3c78a559a style: update table style 2025-05-04 17:48:52 +01:00
radishzzz
6507ca14c4 chore: update site favicon and table styles, delete hastscript 2025-05-04 17:25:22 +01:00
radishzzz
168046de88 style: update rounded corner styles for images and waline 2025-05-04 16:05:07 +01:00
radishzzz
67e1f6cf8e chore: update heti style, remove infrequently used unocss rules, streamline meta tags 2025-05-04 03:23:23 +01:00
radishzzz
bdaf3da70c docs: add multi-language markdown-extended-features post 2025-05-02 20:08:50 +01:00
radishzzz
6c8a682f83 style: optimize github card for mobile, adjust spacing between consecutive images 2025-05-02 19:08:33 +01:00
radishzzz
2ddae5631e feat: add github repository card extension feature
- remove astro-compress to improve build speed
- add target and rel attributes to footer links
- rename unocss opacity utility from 'opacity' to 'op'
- update PostList component's page logic from 'isTag' to 'isHome'
- create extend.css file for markdown extended features
- reorganize and sort styles in heti.css
- fix inline code wrapping issue
2025-05-02 18:06:59 +01:00
radishzzz
266e5833e6 style: add icons for admonitions 2025-04-30 18:56:48 +01:00
radishzzz
23ba4de450 feat: add admonition functionality and markdown-extended-features article, improve blockquote styling 2025-04-25 20:31:41 +01:00
radishzzz
ed527b3bab style: optimize code line numbers opacity 2025-04-24 21:08:39 +01:00
radishzzz
c13f393015 style: optimize colors and opacity, fix footnote symbol formatting 2025-04-24 20:59:50 +01:00
radishzzz
5408676c64 🎨 style: optimize heti css styles 2025-04-21 19:18:45 +01:00
radishzzz
85a629b4ee chore: update footnotes style 2025-04-17 04:14:33 +01:00
radishzzz
a022200147 chore: update styles and theme guides 2025-04-17 04:12:50 +01:00
radishzzz
af6b45becf 🎨 style: optimize heti css styles 2025-04-17 03:49:31 +01:00
radishzzz
67525c3e41 style: update image style 2025-04-17 02:37:22 +01:00
radishzzz
da3d9d8d50 chore: update img style 2025-04-17 01:28:04 +01:00
radishzzz
1eb43060d5 fix: spacing between headings 2025-04-17 01:16:44 +01:00
radishzzz
fd8cc74627 refactor: heti style 2025-04-17 01:00:26 +01:00
radishzzz
4ff44f9ac4 style: add image to figure plugin
- Improve styles for images, blockquotes, tables and more
- Fix unexpected line breaks
2025-04-16 06:25:04 +01:00
radishzzz
018f1c9b6c chore: improve article auto-excerpt, allow inline code to wrap 2025-04-15 16:53:29 +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
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
8ad2315d08 chore: adjust some styling details 2025-04-09 19:32:30 +01:00
radishzzz
05b902bc61 fix: style and type issues with feature enhancements
- Fix presetTheme type assertion issue
- Fix content height dvh problem on large screens
- Fix tables and KaTex math formulas overflowing containers on mobile
- Update 404 page
- Update README documentation
- Increase link underline offset
- Add line number display to code blocks
- Improve scrollbar styles for TOC and code blocks
2025-04-09 18:46:27 +01:00
radishzzz
712f49fe20 chore: refine styling and update birth-of-retypeset article
- Remove view transitions for pin icon and desktop article timestamp
- Adjust scrollbar thickness
- Optimize apiflashKey path reference
- Reduce underline offset distance
2025-04-06 02:53:50 +01:00
radishzzz
b1ad093ea7 docs: add birth-of-retypeset-zh post 2025-04-04 04:13:35 +01:00
radishzzz
7a25c20abe test: scrollbar error on android 2025-03-28 00:58:54 +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
743d17639d feat: add overlay scrollbar for body and code block 2025-03-27 05:00:22 +00:00
radishzzz
f17710bf29 chore: add i18n md style guide posts and an universal article 2025-03-24 02:37:51 +00:00
radishzzz
6ce8d0a651 chore: update md style guide 2025-03-24 01:02:38 +00:00
radishzzz
191950981e chore: add chinese markdown style guide and update i18n footnotes 2025-03-23 23:16:30 +00:00