If you know of any Hugo themes that use the new features please post them in this topic.
I think it would be useful to have a directory of themes that utilize Page Bundles and .Resources for users who are not familiar with these features and also for reference.
Also maybe there should be a new subsection tag for these kind of themes in the Hugo Themes repo.
When I search through the code of these repositories for ā.Resourcesā, I donāt find any that uses that new feature. Perhaps you have more luck searching for page bundles features, but so far it seems that there isnāt a theme yet that uses such a feature.
Edit: and neither could find a mention of page bundles in their README files or when peaking in the /exampleSite/ folder.
I use all the latest templating conventions in my ādebuggingā theme:
The theme is developed with a purpose of helping someone (me) better understand Hugo internals, and design templates the right way. Itās not meant for final production.
Version 3.7.0 of the After Dark theme adds a new feature called Post Images, enabling users to add responsive header images to post content. The theme update utilizes the following new Hugo features:
Image Processing for generation of responsive images using the srcset and sizes attributes.