Add blog utilities and tag pages #54
Reference in New Issue
Block a user
Delete Branch "feat/blog-discoverability"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduce formatBlogDate, slugifyTag and getTagHref in src/lib/blog.ts
and
a reading time helper getReadingTime in src/lib/readingTime.ts. Update
blog index and post pages to display ISO dates, reading times and link
tags to /blog/tag/. Add a tag listing page at
src/pages/blog/tag/[tag].astro with styles and static paths generation