Notes on Dec 26, 2025

I just added pagination to note pages like /notes and /notes/types/link, as the number of notes grows. Each page now shows up to 20 notes, and a tiny pagination indicator lets you navigate between pages without scrolling endlessly. I used Astro’s built-in pagination feature. Here’s the commit: zlliang/zlliang@649a5df.

Pagination indicator on the notes pagePagination indicator on the notes page

Pagination indicator on the index page, guiding you to the second page of notesPagination indicator on the index page, guiding you to the second page of notes

Update Apr 25, 2026: I removed note types entirely, so the /notes/types/link URL referenced above no longer exists; it now redirects to /notes. See: Eliminated note types.

#10Dec 26, 2025
Page 1 / 1