feat: add episode timeline with guest tags#369
Open
ryoppippi wants to merge 4 commits into
Open
Conversation
Move the shared footer into the SvelteKit root layout so every route gets the same footer without repeating it in individual pages. This prepares standalone pages such as the episode timeline to share the existing site chrome.
Allow Apple Podcasts and YouTube logo components to receive an explicit link while keeping their existing default show-level URLs. The episode timeline can now reuse the same icon components for per-episode platform links without changing the footer or home page behaviour.
Add a prerenderable episodes page that builds a guest timeline from the podcast RSS feed at build time. The page extracts episode numbers, dates, titles, and guest tags, then augments episodes with stable per-episode links from Apple Podcasts and the YouTube playlist RSS where those sources expose them. Link the timeline from the home page so the newly generated route is discoverable without keeping a separate guests redirect.
Move episode data loading into a prerender remote function so static builds fetch RSS and platform link data automatically through the same pattern used elsewhere in the app. Use the YouTube playlist page data instead of the playlist RSS feed because the RSS endpoint only exposes the most recent entries. The playlist page includes older videos, allowing guest episodes such as #5 to receive their YouTube link.
Deploying vim-jp-radio-lp with
|
| Latest commit: |
141e892
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://62b0868d.lp-d1f.pages.dev |
| Branch Preview URL: | https://codex-episode-timeline.lp-d1f.pages.dev |
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.
Summary
Testing