feat: Add conferences archive page with /media redirect#314
Merged
Conversation
Renders the conferences section page at /conferences/ as a media archive, modelled on the insights list but using the homepage featured cards with the cursor-follow image hover. - Enable section rendering in conferences/_index.md with SEO title, description, lead and sitemap priority - Add conferences/list.html (year-grouped, paginated, renders existing conference cards for internal and external items) - Point nav/footer Media menu entries at /conferences/ and add Media to the navigational schema menu - Replace hand-rolled single-page breadcrumbs with the shared partial now the section has a permalink, using breadcrumbs front matter for short crumb titles - Add All media link to the homepage Media section - 301 /media/ -> /conferences/ on ainsleyclark.com in vercel.json Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01W6kcAiBDx6fhz87FoB1dui
Moves the archive to /media as the base page aggregating all media types, so future types (podcasts, press) share one archive instead of one per section. Conference talk pages keep their existing /conferences/<slug> URLs; the bare /conferences URL 301s to /media. - Add content/media/_index.md and move the list template to layouts/media/list.html, sourcing pages from media sections - Revert conferences/_index.md to build.render never and restore the hand-rolled single-page breadcrumbs, now linking Media to /media - Point nav/footer/schema Media menu entries and the homepage All media link at /media - Flip the vercel.json redirect to /conferences -> /media - Remove the double border under the homepage All media link by dropping the first-card border-top now the link row draws one - Disable the Media vertical label scroll parallax below desktop Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01W6kcAiBDx6fhz87FoB1dui
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01W6kcAiBDx6fhz87FoB1dui
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01W6kcAiBDx6fhz87FoB1dui
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01W6kcAiBDx6fhz87FoB1dui
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.
Renders the conferences section page at /conferences/ as a media archive,
modelled on the insights list but using the homepage featured cards with
the cursor-follow image hover.
description, lead and sitemap priority
conference cards for internal and external items)
the navigational schema menu
the section has a permalink, using breadcrumbs front matter for short
crumb titles
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01W6kcAiBDx6fhz87FoB1dui