radishzzz
adbad9a0a4
chore: add dependabot, remove html comments from post excerpts
2025-05-29 18:58:26 +01:00
radishzzz
e8c2ac5790
docs: update readme and theme guide
2025-05-29 18:06:14 +01:00
radishzzz
2d28bf93a5
chore: improve error handling in theme update script to check for merge conflicts
2025-05-29 13:46:51 +01:00
radishzzz
42225906ab
fix: refusing to merge unrelated histories
2025-05-29 09:59:17 +01:00
radishzzz
cb55fc4090
chore: update dependencies
2025-05-29 00:12:32 +01:00
radishzzz
aff6e0c4f2
docs: update theme guide
2025-05-29 00:11:01 +01:00
radishzzz
67e745332e
fix: update scripts
2025-05-28 22:12:57 +01:00
radishzzz
32a39aed59
chore: rename public/assets path to public/vendors
2025-05-28 21:25:34 +01:00
radishzzz
cc7e0819f6
fix: add esno dependency
2025-05-28 21:01:55 +01:00
radishzz
e1f326a4da
Merge pull request #28 from radishzzz/pr-27
...
✨ feat: add new post creation script and theme update script, remove git-protect.list and sync-upstream.sh
2025-05-28 20:58:38 +01:00
radishzzz
0cbb8402b9
fix: resolve merge conflicts
2025-05-28 20:56:38 +01:00
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
544c8a3a14
style: update toc style on mobile
2025-05-28 15:03:59 +01:00
radishzzz
0d4232db1b
chore: update dependencies
2025-05-28 13:59:16 +01:00
radishzzz
fa16e82fe0
fix: google analytics gtag forwarding issue
...
- update toc and code copy button styling
- add unicode_range.py
2025-05-28 13:57:24 +01:00
radishzzz
dc57263f80
style: update copy button and success icon
2025-05-27 14:56:15 +01:00
radishzzz
a5839a2dd1
style: update various code copy button and toc styles
...
- Removed the old copy-action SVG icon and replaced it with a new copy-button SVG icon.
- Added a new copy-success SVG icon for visual feedback on copy actions.
- Updated Waline component comments for clarity and improved code readability.
- Enhanced BackButton component with fallback navigation to homepage.
- Improved CodeCopyButton component by refining icon handling and timeout management.
- Adjusted GithubCard component's intersection observer root margin for better visibility.
- Updated GsapAnimation component variable names for consistency and clarity.
- Removed unnecessary styles from PhotoSwipe component.
- Modified TOC component styles for better spacing and layout.
- Updated multiple theme guide markdown files to correct image hosting URL comments.
- Cleaned up extend.css by removing commented-out styles and organizing code.
- Added PhotoSwipe background color and KaTeX overflow fixes to global.css.
- Enhanced markdown.css with video styling for better responsiveness.
- Improved transition.css comments for better understanding of GSAP animation states.
2025-05-27 12:45:30 +01:00
神楽坂アイリス
886c959183
fix: clarify instructions for running scripts on Windows, specifying path format
2025-05-27 12:00:40 +08:00
神楽坂アイリス
0afd5107fb
fix: update link to the Chinese README in the instructions for pulling upstream updates
2025-05-27 11:45:10 +08:00
神楽坂アイリス
5b30bc7466
fix: translate sync-upstream.sh comments and usage instructions to English
2025-05-27 11:42:04 +08:00
神楽坂アイリス
a039f1998a
fix: update example usage in sync-upstream.sh to reflect correct branch name
2025-05-27 11:38:45 +08:00
神楽坂アイリス
af7bba2900
feat: add detailed instructions for creating and maintaining a blog, including protection for custom content
2025-05-27 11:38:02 +08:00
radishzzz
5116ebcaaa
chore: adjust toc component styling
2025-05-27 01:46:39 +01:00
radishzzz
3312b30dbf
feat: add code copy cutton
2025-05-27 01:37:19 +01:00
radishzzz
9c87c1bf03
chore: adjusting toc style
2025-05-26 20:38:12 +01:00
radishzz
47e1df9b3d
feat: performance optimizations and ui improvements ( #26 )
...
* test: remove astro-compress
* test: remove astro-compress
* perf: add astro-compress, optimize resource preloading
* perf: moving photoswipe styles to head with non-blocking preload strategy
* test: disable astro-compress
* test: enable astro-compress
* fix: typescript hints
* chore: adjust toc style and gsap animation
* style: optimize gsap animation logic, adjust toc style
* chore: adjust toc style
* fix: photoswipe transition position offset caused by scrollbar-gutter
2025-05-26 20:21:38 +01:00
radishzzz
054aa85509
chore: delete unicode_range.py
2025-05-26 12:38:18 +01:00
radishzzz
7c12dbd301
fix: back button position
2025-05-26 12:36:16 +01:00
radishzzz
f54cacfedc
perf: update gsap animation logic on mobile
2025-05-26 12:25:05 +01:00
radishzzz
65929b43bc
perf: update gsap animation logic on mobile
2025-05-26 12:17:42 +01:00
radishzzz
f7ac92fd75
fix: back button fallback logic
2025-05-26 12:10:09 +01:00
radishzzz
68525c8c41
fix: back button position
2025-05-26 12:03:12 +01:00
radishzzz
1318a213c7
fix: gsap animition elements initial states
2025-05-26 11:40:59 +01:00
radishzzz
c1996585a8
fix: resolve gsap animation flash on page load
...
- Add initial state styles for animated elements in CSS
- Change GSAP animations from .from() to .to() method
- Move reduce-motion class from JS to server-side HTML
- Improve performance by eliminating DOM flash
- Enhance code readability with better formatting
2025-05-26 11:12:47 +01:00
radishzzz
ead71483ec
fix: incorrect early summer font import
2025-05-26 09:00:55 +01:00
radishzzz
5b8668b6e8
refactor: add more characters to early summer font, optimize font import styles
2025-05-26 02:03:32 +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
d37e15d240
test: update button position
2025-05-25 21:14:17 +01:00
radishzzz
4aec6f7c05
test: update button position
2025-05-25 21:12:08 +01:00
radishzzz
ce1e34e229
test: update button position
2025-05-25 21:07:13 +01:00
radishzzz
33cf743799
test: update buttons and footer positions
2025-05-25 20:51:57 +01:00
radishzzz
76f38cf64e
fix: styling of buttons and footer components to fix layout and positioning issues
2025-05-25 20:49:10 +01:00
radishzzz
8d2709880d
fix: styling of buttons and footer components to fix layout and positioning issues
2025-05-25 20:44:12 +01:00
radishzzz
c93cf8fb2f
fix: remove highlight position fixes for navbar and footer
2025-05-25 20:04:14 +01:00
radishzzz
91481626c5
fix: adjust component styles to resolve layout and positioning issues
2025-05-25 19:52:29 +01:00
radishzzz
48464370a4
feat: add support for more languages
2025-05-25 19:13:50 +01:00
radishzzz
9894c4eccb
chore: update fonts to support latin, cyrillic and greek characters, reduce snell-black font size from 124% to 115%
2025-05-25 18:19:08 +01:00
radishzzz
0844f4ee12
chore: update font subset list
2025-05-25 15:53:18 +01:00