Commit Graph

223 Commits

Author SHA1 Message Date
jump-and-jump a19450ffb2 fix: The previous and next pages carry baseurl (#292) 2025-04-08 23:27:12 +09:00
Katsuyuki Karasawa 286b050fa8 format all code (#386) 2025-04-08 23:08:31 +09:00
Katsuyuki Karasawa 7ea2f7f40f refactor: remove unused props from components and improve error handling in about page (#385) 2025-04-08 22:44:52 +09:00
jump-and-jump c8142d0ac5 fix: multiple registration events lead to incorrect click events (#305) 2025-04-08 21:49:52 +09:00
Matas 46415dec88 fix: svelte component definition in the html code to use client:only="svelte" (#336) 2025-04-08 21:37:59 +09:00
Matas ac75858fd2 fix: check whether the component is defined already (#337)
Co-authored-by: Matas <automatasz@users.noreply.github.com>
Co-authored-by: Katsuyuki Karasawa <4ranci0ne@gmail.com>
2025-04-05 23:48:47 +09:00
会做饭的二哈 477d184fc5 Update WidgetLayout.astro (#333)
防止重复注册报错
2025-04-05 23:45:33 +09:00
Katsuyuki Karasawa b016bd096c fix: biome linter error (#369)
* fix(remark-excerpt): change loop variable to const for better readability

* fix(rehype-component-github-card): correct string quotes for consistency in title element

* fix(remark-directive-rehype): update biome-ignore comment for clarity on linting rule

* fix(rehype-component-admonition): use optional chaining for properties check and improve formatting

* fix(Pagination): improve equality checks and enhance code readability

* fix(TOC): correct equality check for consistency in removeTailingHash function

* fix(ImageWrapper): update import path to use 'node:path' for consistency

* fix(PostCard): update import path to use 'node:path' for consistency
2025-04-01 20:29:38 +09:00
アピヌ 92c659a7b8 fix: MarkdownIt String error when md file body is empty (#303)
* Fix: MarkdownIt String error

Fixed MardownIt String error that occurs when a md file body is empty

* fix dependabot.yml

* fix parsing error

* refactor: simplify content handling in RSS feed generation

---------

Co-authored-by: アピヌ <apynu@users.noreply.github.com>
Co-authored-by: L4Ph <4ranci0ne@gmail.com>
Co-authored-by: Katsuyuki Karasawa <me@l4ph.moe>
2025-03-31 01:32:05 +09:00
0bipinnata0 b826152352 fix(blog): restore prev/next post navigation buttons (#346)
Co-authored-by: 0bipinnata0 <0bipinnata0@users.noreply.github.com>
2025-03-28 22:28:17 +09:00
jump-and-jump fdbd0c56bf refactor: remove useless code 2025-01-25 22:55:38 +08:00
Hasenpfote 8287e42e6e fix: display of long equations is cut off (#287) 2025-01-19 16:11:51 +08:00
saicaca 1b4b859e87 fix: remove obsolete astro:after-swap listener
which can be triggered in Astro 5.0 even with Swup, causing duplicate initialization
2025-01-17 03:55:30 +08:00
Zulfikar Ali Muzakir 2244a77935 fix: search component missing from PROD environment (#268)
Update search component to only be client side for svelte.
2025-01-13 00:55:05 +08:00
Katsuyuki Karasawa 081ec35b07 feat: self-host KaTeX CSS (#279) 2025-01-12 23:12:48 +08:00
Carlos Company baa894183b fix: add padding to ButtonLink badge div (#251)
When the number of posts in a category reaches 4 or even 3 digits the component does not look correct.
2024-12-31 17:28:17 +08:00
foxton9 589c593e53 fix: revise TOC logic (#252)
fix bugs in fallback, markVisibleSection; refine rAF and connectedCb
2024-12-31 17:27:40 +08:00
twystpaki 588a536e87 feat: add Thai translation (#264)
* Create th.ts

Created i18n Thai translation file.

* Update translation.ts

Added Thai language support.

* Update config.ts

Added Spanish (es) and Thai (th) to commented possible values for `lang` key.

* Create README.th.md

Created Thai version of README.

* Update README.md

Added navigation/link to Thai version of README.
2024-12-31 17:02:23 +08:00
Carlos Company 4483433dd7 fix: removing pointer-events from BackToTop wrapper (#259)
The back-to-top wrapper element is hidden but blocks hover events from other elements that may overlap in the same position.
NOTE that this does not affect any component in the current design. I happened to notice this on a different fork where it was causing an issue and therefore I suggest the change but feel free to ignore this if you think is not relevant enough or could cause problems with the back to top component.
2024-12-31 17:01:47 +08:00
saicaca cbf17e880d fix: fix incorrect TOC highlight (fix #249) 2024-12-07 21:59:17 +08:00
saicaca e44628364b fix: small bugs with GitHub repo cards (fix #242) 2024-12-07 18:50:19 +08:00
saicaca 8cd04d9ceb fix: fix TOC highlight appearing on pages without a TOC 2024-12-07 18:42:05 +08:00
saicaca 94184f381b fix: fix TOC highlight for non-ASCII titles (#246) 2024-12-07 04:18:54 +08:00
saicaca eb3f9f2676 fix: fix incorrect position of TOC indicator 2024-12-06 20:53:24 +08:00
saicaca 9ab977fe4c feat: improve the style of the TOC component 2024-12-06 19:20:58 +08:00
foxton9 e816120045 feat: TOC highlight and scroll sync (#216) 2024-12-06 19:20:57 +08:00
kinho b604cdf18c feat: add post update date (#243)
* feat: Add article update date

* feat:
1.Hide update time on the homepage;
2.Replace update icon;

* remove iconify-json/mdi

---------

Co-authored-by: liangjianhao <jianhao.liang@sz-sanjiang.com>
2024-12-04 19:29:35 +08:00
saicaca 079abbc965 refactor: css cleanup and style tweaks 2024-12-02 16:02:39 +08:00
Katsuyuki Karasawa ff9e82091a refactor: upgrade to Svelte v5 (#212)
* upgrade astro dependencies

* migration to Svelte 5

* Resolution of module version

* fix migrate script error

* fix migrate error comment

* fix Stylus format

* add intellisense for typescript

* Upgrading astrojs/svelte and svelte, and organizing dependencies

* Delete the incorrect settings.

* upgrade astro

* Fixed an error that occurred due to svelte.config.ts using unsupported features.
2024-11-30 14:59:51 +08:00
Joey Chen 87547fca86 feat: use server-side date to generate copyright year (#217) 2024-11-09 11:58:58 +08:00
saicaca 420275c342 fix: hide TOC in mobile view (#214) 2024-10-31 02:22:50 +08:00
saicaca 201f4c8e23 feat: scrolling to the top don't hide the TOC when banner is disabled 2024-10-28 19:06:28 +08:00
saicaca e1a98c4149 fix: TOC component overflows the webpage (#209) 2024-10-28 18:44:06 +08:00
saicaca 18fcf6dd83 fix: fix blurry text caused by translate 2024-10-28 03:19:25 +08:00
saicaca 1b652f686d feat: add configurations for TOC component 2024-10-28 00:45:16 +08:00
saicaca 9f251d4cea feat: style tweak 2024-10-28 00:40:19 +08:00
saicaca 2c716931f8 refactor: code cleanup 2024-10-27 18:29:06 +08:00
saicaca ec179a2127 chore: update example post 2024-10-27 18:18:22 +08:00
saicaca 2b9f6bc5bb feat: UX improvements for the TOC component 2024-10-27 18:18:22 +08:00
藍々 2db5938beb fix: eliminate blue border in iOS browers (#207) 2024-10-26 21:33:44 +08:00
saicaca c320ba524c fix: missing CSS classes 2024-10-26 16:09:19 +08:00
saicaca 66463dd012 Merge branch 'toc-new'
# Conflicts:
#	astro.config.mjs
#	pnpm-lock.yaml
#	src/components/GlobalStyles.astro
2024-10-26 16:02:43 +08:00
saicaca 947ff49b53 fix: force override post width 2024-10-26 15:57:30 +08:00
Katsuyuki Karasawa 450ab150a3 fix: fix HMR not working. (#195)
* inline style to base.css

* revert banner style

* Properly revert the banner-related issues.
2024-10-26 15:57:29 +08:00
saicaca a336f34ea4 feat: redesign TOC 2024-10-26 15:48:54 +08:00
Echo 85c9e1f5d2 fix: remove outline on search bar (#206) 2024-10-26 15:19:20 +08:00
SlimeNull b5fddf2096 feat: added TOC (#198) 2024-10-26 00:29:00 +08:00
Echo d09b80a5b1 fix: fix footer style (#201)
* Fix footer text

* Update packages

* Revert upgrades
2024-10-23 11:27:59 +08:00
saicaca 8beeba81db feat: more readable error message for image not found 2024-09-20 01:18:33 +08:00
saicaca 085fd62a79 feat: add onload animation for banner 2024-09-20 01:18:33 +08:00