Conversation
✅ Deploy Preview for scientific-python-hugo-theme ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
|
@agriyakhetarpal What isn't mentioned in that PR is that this also seems to be the lever to switch off updates on pages, or am I misreading? For most of my sites, I want the atom feed only for the blog + its tags. |
stefanv
approved these changes
Sep 16, 2026
Member
|
Thanks very much :) |
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.

My PR FAST-HEP/hugo-atom-layout#1 is now merged, so this PR updates the submodule to its
main, which includes those changes. This allows the home feed to be limited to the main section, restoring previous behaviour, but also provides an escape hatch for websites that also want to include additional sections. We don't have any websites in the Scientific Python ecosystem that need such a hatch (yet), so I've deliberately kept it undocumented (in our docs) for now. It remains documented in the hugo-atom-layout repository, here: https://github.com/FAST-HEP/hugo-atom-layout#which-pages-appear-in-the-home-feedI verified that the Atom feed for https://github.com/scientific-python/blog.scientific-python.org now works perfectly with this change, and no other configuration change is required. This PR, when merged and released into 0.23.1, should unblock scientific-python/blog.scientific-python.org#274.