-
Notifications
You must be signed in to change notification settings - Fork 5
content: fill out the event archive #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…events sorted in reverse chronological order. I've essentially renamed events/_index.md to events/calendar.md and events/archive.md to events/_index.md, but used the "url" frontmatter attribute to keep them in their old locations. The archive page uses a custom layout that paginates .RegularPagesRecursive to get everything in the sub-tree of the site.
|
Nice work on filling out the archives! I'm less sure on step 1, though - is it necessary to get these sort of results and index generation? There might be special cases where overriding the published URL is helpful, but I find it a bit confusing:
|
|
A directory containing an For the last two questions, a "section" page is rendered as a listing of the pages it contains. If we want the listing of the events section to appear at Although given I ended up using a custom layout template for the archive page anyway, I might be able to list the pages without the |
|
I gave it a test to see if I could paginate It looks like this is explicitly not supported, and that you can only paginate a section page: https://discourse.gohugo.io/t/paginator-issue-in-custom-layouts/48258 |
|
I've filled in content for 2003-2008 from the Internet Archive, which had copies of the old Drupal website, including slide decks where available. I've just included PDF versions of slides, since they are unlikely to bitrot and can be displayed directly in the browser. This involved:
There's also audio of a small number of talks that the Internet Archive captured. I've just left them as archive.org links for now, but we might want to host them ourselves again. It'd be nice to fill in 2009-2012 a bit more. It looks like we lost the archive of the plug-announce list, which seems to be the main record of things from that era. |
62abe33 to
3333814
Compare
This PR is an attempt to improve the event archive. As well as adding some missing events from 2021-2025, it makes the following changes:
events/calendar.mdpublishes to/events/andevents/_index.mdpublishes to/events/archive/. This makes the archive page the root of the section, with all other event pages as its children./presenters/James-Henstridge/).There's still a bit of clean up to do, It's possible to create pages for the taxonomy terms (e.g.
presenters/James-Henstridge/_index.md) that could hold a presenter bio that would be shown above all the linked events. We could probably also transclude the bio back into the event pages.