Commit graph

124 commits

Author SHA1 Message Date
radishzzz
385b5508aa fix: image relative path in rss feed, modify the path of the local images
-
2025-05-10 21:59:45 +01:00
radishzz
fc1cc050bc
refactor: separate rss and atom generation, optimize back button logic (#22)
* 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 04:37:20 +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
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
d59c52b063 chore: update margin bottom and dependencies 2025-05-04 03:33:51 +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
f59b4c691a chore: change syntax from :::type{title} to :::type[title] 2025-04-30 17:00:30 +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
c13f393015 style: optimize colors and opacity, fix footnote symbol formatting 2025-04-24 20:59:50 +01:00
radishzzz
ff7cade613 chore: update dependency version 2025-04-21 19:20:04 +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
dfc30d7f85 feat: add image lightbox functionality
- Add imageConfig in astro.config.ts to optimize remote image processing in Markdown files
- Update PhotoSwipe component initialization logic to ensure proper setup on page load
2025-04-15 05:33:06 +01:00
radishzzz
043b811ce4 docs: update readme and theme guides 2025-04-14 17:31:27 +01:00
radishzzz
49793d5d55 docs: update readme 2025-04-13 23:47:28 +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
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
b492e5c262 chore: optimize styles and update dependencies
- Fix random sorting issue in RSS articles
- Optimize RSS style file
- Improve scrollbar styles
- Upgrade project dependencies
2025-04-07 03:23:34 +01:00
radishzzz
f3edfba62d chore: update pinned icon position, scrollbar style and katex mathematical demo 2025-04-03 00:20:44 +01:00
radishzzz
594172c183 feat: add pinned icon for post list 2025-04-02 22:31:36 +01:00
radishzzz
5cf09194d8 refactor: redrawing icons and harmonizing icon styles 2025-04-02 00:27:01 +01:00
radishzzz
d4579396a6 chore: switch KaTeX loading from cdn to local 2025-04-01 05:21:03 +01:00
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
8810ba6db5 feat: refactor heti css and define basic markdown styles 2025-03-23 18:12:20 +00:00
radishzzz
6e5c1f390e fix: build error 2025-03-23 14:35:39 +00:00
radishzzz
24425e3a7e refactor: optimize heti css styles 2025-03-23 03:22:02 +00:00
radishzzz
ca45fed0aa fix: title and content start position on mobile post pages 2025-03-22 12:59:41 +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
0f63770b69 fix: position offset of the theme toggle button 2025-03-20 12:53:01 +00:00
radishzzz
850d9c2403 fix: favicon and rss url error 2025-03-20 11:59:17 +00:00
radishzzz
9283287442 update: code block style 2025-03-20 05:31:26 +00:00
radishzzz
a71ce7754a feat: enhance rss style 2025-03-20 03:37:12 +00:00
radishzzz
c574ff5f7a fix: build error 2025-03-19 23:51:54 +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
045e806ea3 chore: update readme and config 2025-03-19 15:19:34 +00:00