Added
- Books — group a series of posts into a long-form, paginated reading experience. New
useBookshook andBlogBookcomponent. BlogArchive— drop-in component that lists every published post grouped by year and month.RelatedPosts— scored "you might also like" component based on category + tag overlap with the current slug.useNeighborshook — returns previous/next posts in publication order for a given slug.
Changed
BlogListnow acceptssearchableto render a built-in debounced search input above the grid.useArchivenow returnstotalPostsalongside the grouped list for header counts.
Fixed
BlogContentno longer stripsloading="lazy"from inline body images.