How do I create a new page so that it will not be included in RSS #401
Unanswered
BytePrince
asked this question in
Q&A
Replies: 1 comment
-
You could customize {{- $pages = (where $pages .Params.excludeFromRSS true) -}} Then in each page that you want to exclude from the RSS feed, just add the following to the front matter: excludeFromRSS: true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example,I want to create a new page called "About",but I don't want to see it in RSS(https://XXX.com/index.xml)
Just like the page https://adityatelange.github.io/hugo-PaperMod/categories/ and https://adityatelange.github.io/hugo-PaperMod/archives/ ,they will not be shown in the RSS.
Beta Was this translation helpful? Give feedback.
All reactions