mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
- Add /tags/[tag] routes with dynamic tag archive pages - Add related posts component to blog post footers (up to 3 by shared tags) - Tag links in post footers now navigate to tag archive pages - Re-enable Open in AI links using GitHub raw URLs (bypasses edge issues) - Add gitHubRepo config in siteConfig.ts for raw URL construction - Add by_tags index and getAllTags/getPostsByTag/getRelatedPosts queries - Update sitemap to include dynamically generated tag pages - Add mobile responsive styling for all new components - Update docs with git push requirement for AI links to work