feat: add talks and series page types powered by a generalized archives layout - #1023
Open
nisrulz wants to merge 3 commits into
Open
feat: add talks and series page types powered by a generalized archives layout#1023nisrulz wants to merge 3 commits into
nisrulz wants to merge 3 commits into
Conversation
Generalize the archives layout into a grouped index that powers archives, talks, and series pages. Add a series taxonomy dropdown to the navbar and series links to the breadcrumb.
Explain the generalized archives layout, group options, and how to set up talks archives and series taxonomies.
nisrulz
had a problem deploying
to
accessibility
August 14, 2026 09:59 — with
GitHub Actions
Failure
✅ Deploy Preview for hugo-hextra ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
nisrulz
force-pushed
the
update/patch-1
branch
from
August 14, 2026 10:02
debe680 to
b81e367
Compare
nisrulz
commented
Aug 14, 2026
Comment on lines
+1095
to
1098
| "version": "3.3.18", | ||
| "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz", | ||
| "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==", | ||
| "dev": true, |
Contributor
Author
There was a problem hiding this comment.
This was shown as high severity issue so I updated the dependency. I can revert it if this is useful for this PR. Please let me know.
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
This PR generalizes the archives layout into a reusable grouped index and introduces two new page types on top of it: Talks and Series. It includes the layout changes, configuration, example content, and documentation across all four supported languages.
Changes
Core: generalized archives layout
New page type: Talks
New page type: Series
Docs
Misc
Testing
Verified via the example site in docs/ — archives, /talks/, and /series/demo-series/ all render correctly in all four languages.
Screenshots
Series
Talks