feat: Phase 4 - Content Discovery - #60
Merged
Merged
Conversation
- Install @astrojs/rss and create /rss.xml endpoint with full post data - Add RSS auto-discovery link in BaseLayout head - Add optional series field to blog content schema - Tag series frontmatter to Frontend Roadmap and Haskell posts - Create series utility for grouping and nav (prev/next) - Create /blog/series index page and /[series] dynamic page - Create /blog/tags index page with tag cloud and post counts - Create /blog/categories index page with category grid
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Add pill-style tab bar (All / Series / Categories / Tags) to blog index - Add same nav to series, categories, tags index pages - Add same nav to individual [category] and [tag] pages - Active tab highlighted with card background and shadow
…av refactor Phase 3 fixes: - Fix var(--color-white) in Navbar active icon and hero avatar border for dark mode - Fix ShareButtons to use data-theme selector instead of prefers-color-scheme - Fix footer SVG hardcoded #F54E00 color to currentColor - Add :focus-visible outline on theme toggle buttons - Add aria-live region for theme change screen reader announcement - Add .sr-only utility class for visually hidden content Phase 4 fixes: - Fix dead getSeriesNav code in [series].astro (was using series slug instead of post slug) - Add series prev/next navigation to BlogPostLayout (articles within a series show prev/next links) - Add BlogNav tab bar to /blog/series/[series].astro page - Extract duplicated .blog-nav CSS (7 files) into shared BlogNav.astro component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
RSS Feed
@astrojs/rssand create/rss.xmlendpoint<link>in<head>via BaseLayoutSeries / Collections
seriesfield to blog content schema/blog/seriesindex page listing all series with ordered article lists/blog/series/[series]page with posts + prev/next navigationTag Index
/blog/tagspage with tag cloud showing all tags and post countsCategory Index
/blog/categoriespage with card grid showing all categories and post countsVerification