Feature Description
Create a tags page that displays all blog post tags with their respective post counts, similar to: https://p-iknow.netlify.app/categories/
Requirements
Implementation Details
Technical Tasks
UI/UX Requirements
Acceptance Criteria
- Tags page displays all tags with accurate post counts
- Clicking a tag filters and shows related posts
- Works correctly for both English and Korean content
- Responsive and accessible design
- Fast loading and good performance
Reference
Similar layout to: https://p-iknow.netlify.app/categories/ (but using "tags" terminology)
Feature Description
Create a tags page that displays all blog post tags with their respective post counts, similar to: https://p-iknow.netlify.app/categories/
Requirements
/tags/page for both languages (/en/tags/,/ko/tags/)Implementation Details
Technical Tasks
tags.astropage or[...slug].astrofor tagsUI/UX Requirements
Acceptance Criteria
Reference
Similar layout to: https://p-iknow.netlify.app/categories/ (but using "tags" terminology)