feat/blog-discoverable #55

Merged
Latte merged 2 commits from feat/blog-discoverable into dev 2026-03-07 16:53:42 +00:00

2 Commits

Author SHA1 Message Date
Latte 867b70499c Merge pull request 'Add blog utilities and tag pages' (#54) from feat/blog-discoverability into feat/blog-discoverable
CI / ci (push) Successful in 28s
CI / ci (pull_request) Successful in 26s
Docker / docker (pull_request) Successful in 17s
Reviewed-on: #54
2026-03-07 16:50:50 +00:00
Latte 7e3299e3bd Add blog utilities and tag pages
CI / ci (push) Successful in 29s
CI / ci (pull_request) Successful in 29s
Docker / docker (pull_request) Successful in 17s
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/<slug>. Add a tag listing page at
src/pages/blog/tag/[tag].astro with styles and static paths generation
2026-03-07 17:46:15 +01:00