Commit Graph

307 Commits

Author SHA1 Message Date
dependabot[bot]
7a5ea7a1b3 chore(deps-dev): bump @types/sanitize-html in the minor-updates group (#357)
Bumps the minor-updates group with 1 update: [@types/sanitize-html](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sanitize-html).


Updates `@types/sanitize-html` from 2.13.0 to 2.15.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sanitize-html)

---
updated-dependencies:
- dependency-name: "@types/sanitize-html"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-29 11: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
Katsuyuki Karasawa
d15139ad11 Merge pull request #355 from saicaca/dependabot-npm_and_yarn-minor-updates-dc79fc5a05
chore(deps): bump the minor-updates group with 2 updates
2025-03-27 23:46:02 +09:00
dependabot[bot]
0da9d3dd9c chore(deps): bump the minor-updates group with 2 updates
Bumps the minor-updates group with 2 updates: [stylus](https://github.com/stylus/stylus) and [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome).


Updates `stylus` from 0.63.0 to 0.64.0
- [Release notes](https://github.com/stylus/stylus/releases)
- [Changelog](https://github.com/stylus/stylus/blob/dev/Changelog.md)
- [Commits](https://github.com/stylus/stylus/compare/0.63.0...0.64.0)

Updates `@biomejs/biome` from 1.8.3 to 1.9.4
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG_v1.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.9.4/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: stylus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-27 14:41:21 +00:00
Katsuyuki Karasawa
4d9e376d93 Fix Dependabot config (#354)
* fix dependabot.yml

* fix parsing error
2025-03-27 23:38:50 +09:00
Katsuyuki Karasawa
148628fd70 Merge pull request #353 from L4Ph/feature/deps-update
update dependencies
2025-03-27 23:28:33 +09:00
L4Ph
73f53600f5 add dependabot config 2025-03-27 23:21:38 +09:00
L4Ph
5bd83a949a update dependencies(patch or minor) 2025-03-27 23:18:56 +09:00
L4Ph
2773f2e182 pnpm dlx @astrojs/upgrade 2025-03-27 23:10:04 +09:00
Katsuyuki Karasawa
b24c1cfaf8 Merge pull request #306 from wsafight/error5
refactor: remove useless code
2025-03-27 22:27:56 +09:00
Katsuyuki Karasawa
66ef2ac7ca Merge pull request #345 from UnclePi979/feat/script-enhancement
feat: add directory creation for post folder
2025-03-27 22:10:55 +09:00
Katsuyuki Karasawa
2fc2dd3200 Merge pull request #298 from Vulwsztyn/biome_check_flag_update
fix: change deprecated --apply flag to --write
2025-03-27 21:57:05 +09:00
Uncle Pi
65112e5cb0 feat: add directory creation for post folder
- Implement recursive directory creation for post folder
- Ensure that parent directories are created if they don't exist
2025-03-11 20:59:18 +08:00
jump-and-jump
fdbd0c56bf refactor: remove useless code 2025-01-25 22:55:38 +08:00
Artur Mostowski
d141906251 fix: change deprecated --apply flag to --write 2025-01-21 18:57:53 +01:00
Hasenpfote
8287e42e6e fix: display of long equations is cut off (#287) 2025-01-19 16:11:51 +08:00
noeFly
18cc3e0d4f fix: output incorrect symbol in console (#290) 2025-01-19 15:59:37 +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
4a4c19a3ed chore: update dependencies, including Astro v5. (#244)
* update dependency

* update dependencies
2025-01-17 03:33:54 +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
87e83fc601 chore: enforce pnpm usage (#238) 2024-12-01 16:29:42 +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
00aa50ad5b fix: fix build error 2024-10-26 16:12:47 +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