Hi -
I have a simple Hugo single-page site that’s more or less a collection of links to other external pages. Is it possible to use hugo to generate an RSS feed of these links (or a separate text file with URLS, titles, etc…)?
Thanks!
Hi -
I have a simple Hugo single-page site that’s more or less a collection of links to other external pages. Is it possible to use hugo to generate an RSS feed of these links (or a separate text file with URLS, titles, etc…)?
Thanks!
Shortly speaking you can do whatever you want, but you need to build your custom sitemap.xml file
Template:
if you put this file into your layout\_defaults
folder and manipulate it from there you may achieve what you want.