Katsuyuki Karasawa
9130765d45
Biome 2.0 with format ( #510 )
...
* execute migrate command
* migrate to v2
* update config
* supress linter error
2025-06-18 23:01:28 +09:00
Saica
ee48c2f09d
feat: introduce Expressive Code for code block rendering ( #476 )
...
* feat: improve code block feature with Expressive Code
* docs: add example Markdown file for visual review
* feat: improve styles of Expressive Code
* fix: errors from the merging
* chore: formatting
* chore: update config
* chore: update dependencies
* fix: fix build error
* fix: minor fixes
* fix: style tweaks
* docs: update example post
* fix: isolate copy button timeouts to avoid cross-button interference
---------
Co-authored-by: Hasenpfote <Hasenpfote36@gmail.com >
2025-06-03 22:41:36 +08:00
Hasenpfote
cb6f97fc49
fix: resolve katex-display scrollbar issues ( #326 )
...
Code quality / quality (push) Failing after 3s
Build and Check / Astro Check for Node.js 22 (push) Failing after 4s
Build and Check / Astro Check for Node.js 23 (push) Failing after 4s
Build and Check / Astro Build for Node.js 22 (push) Failing after 4s
Build and Check / Astro Build for Node.js 23 (push) Failing after 4s
* fix: resolve katex-display scrollbar issues
* style: add katex display container styles for better responsiveness
* fix: enhance katex display handling with scrollable containers and intersection observer
---------
Co-authored-by: L4Ph <4ranci0ne@gmail.com >
2025-05-18 12:26:59 +09:00
lebobob
300ae87b77
fix: conflicting display properties in class list ( #450 )
...
Co-authored-by: coolpi07 <thermoaidicai@qq.com >
2025-05-18 11:26:18 +09:00
Katsuyuki Karasawa
7f0c109b17
fix: Correct template literals for aria-label/class/style attributes ( #435 )
...
Code quality / quality (push) Failing after 4s
Build and Check / Astro Check for Node.js 22 (push) Failing after 4s
Build and Check / Astro Check for Node.js 23 (push) Failing after 4s
Build and Check / Astro Build for Node.js 22 (push) Failing after 5s
Build and Check / Astro Build for Node.js 23 (push) Failing after 4s
* fix: Correct template literals for aria-label attributes in PostMeta and Pagination components
* fix: Update template literals to use correct syntax in multiple components
2025-05-02 06:49:07 +09:00
jump-and-jump
8cceb83e81
fix: The banner configuration is not enabled, resulting in console error ( #293 )
...
Code quality / quality (push) Failing after 4s
Build and Check / Astro Check for Node.js 22 (push) Failing after 4s
Build and Check / Astro Check for Node.js 23 (push) Failing after 3s
Build and Check / Astro Build for Node.js 22 (push) Failing after 4s
Build and Check / Astro Build for Node.js 23 (push) Failing after 4s
* fix: The banner configuration is not enabled, resulting in console errors
* refactor: simplify banner visibility check and improve error handling in showBanner function
---------
Co-authored-by: jump-and-jump <984292420@qq.com >
Co-authored-by: L4Ph <4ranci0ne@gmail.com >
2025-04-09 21:36:28 +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
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
Katsuyuki Karasawa
081ec35b07
feat: self-host KaTeX CSS ( #279 )
2025-01-12 23:12:48 +08:00
saicaca
079abbc965
refactor: css cleanup and style tweaks
2024-12-02 16:02:39 +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
2c716931f8
refactor: code cleanup
2024-10-27 18:29:06 +08:00
saicaca
2b9f6bc5bb
feat: UX improvements for the TOC component
2024-10-27 18:18:22 +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
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
SlimeNull
b5fddf2096
feat: added TOC ( #198 )
2024-10-26 00:29:00 +08:00
saicaca
085fd62a79
feat: add onload animation for banner
2024-09-20 01:18:33 +08:00
saicaca
8565724eb3
fix: fix the flickering caused by custom scrollbar initialization ( #60 )
2024-09-20 00:59:26 +08:00
saicaca
93209a5bba
fix: fix the top margin of sticky sidebar ( #184 )
2024-09-20 00:34:48 +08:00
David V. Kimball
7a022cc190
feat: set og:type to article for posts ( #183 )
...
* New prop setOGTypeArticle sets og:type to "article" for posts, and "website" for every other page.
* Fixed error where I declared setOGTypeArticle twice.
2024-09-17 13:35:58 +08:00
saicaca
44fb628737
fix: fix navbar disappearing after link click ( #182 )
2024-09-16 13:26:41 +08:00
saica.go
f0754cae3f
perf: optimizing page transition ( #178 )
...
* perf: optimizing page transition
* fix: minor fixes
2024-09-13 20:14:03 +08:00
Alan Ye
f79ee3482d
feat: add language as post property ( #151 )
...
* feat: add language as post property
* update frontmatter.json
* style: remove extra space
* fix: remove unnecessary replacements
* feat: add `language` field to `new-post.js`
* style: format code style
* fix: use `siteConfig.lang` in `jsonLd`
* fix: use `siteConfig` when `entry.data` was empty
2024-08-27 23:52:30 +08:00
saicaca
b358bddb10
perf: preload PhotoSwipe instead of waiting for user click
2024-08-06 22:21:25 +08:00
saicaca
0ad144add3
fix: fix errors and reformat code
2024-08-03 16:44:38 +08:00
saicaca
9af6cf956a
feat: style tweaks
2024-08-02 02:18:37 +08:00
saicaca
f96cf6fdae
feat: some improvements for image zooming
2024-07-28 18:48:44 +08:00
dabuside
51025f0ea7
feat: add photoswipe for image zoom ( #135 )
2024-07-28 18:47:19 +08:00
saicaca
336290a92f
feat!: add credit configurations for banner image
...
BREAKING CHANGES: new mandatory fields added in `config.ts`
2024-07-27 22:13:14 +08:00
saicaca
f28ad1b8e6
feat: increase height of the banner on the homepage
2024-07-27 15:45:43 +08:00
saicaca
b0337a997e
fix: siteConfig.banner.position not working
2024-07-27 15:45:43 +08:00
saicaca
b2da426627
fix: fix CDN link for katex
2024-07-26 23:08:50 +08:00
saicaca
96223c0b5a
refactor: improve code quality
2024-07-21 18:41:03 +08:00
saicaca
003c644146
refactor: improve code quality
2024-07-21 15:49:22 +08:00
saicaca
176b38a4cb
fix: custom scrollbar does not reload after page switch
2024-06-22 01:11:27 +08:00
Joey Chen
3f4e7e9f97
feat: enhanced meta for social sharing (part 1) ( #66 )
2024-06-06 00:21:10 +08:00
librarian
9761ed75c5
feat: option to control whether site visitors can change the theme color ( #28 )
...
* chore: rebase onto main branch
* fix: rename the option
---------
Co-authored-by: saicaca <zephyird@gmail.com >
2024-05-01 12:14:15 +08:00
Jayyyu1w
9d82d25feb
fix: set html lang to siteConfig lang ( #73 )
2024-05-01 01:08:21 +08:00
saicaca
873dbe3189
feat: basic post structured data for SEO
2024-04-29 17:27:14 +08:00
saicaca
410902a767
fix: make base in astro config work
2024-04-29 17:09:52 +08:00
saicaca
8ce1c7ab6e
fix: load stored theme before rendering
2024-04-29 12:52:50 +08:00
saica.go
e8cbb7a829
feat: option to follow the system-wide light/dark mode ( #71 )
2024-04-28 12:43:10 +08:00
saicaca
94a9e9757d
feat: multiple custom favicons
2024-04-23 03:03:31 +08:00