Quantcast
Browsing latest articles
Browse All 8 View Live

RSS for Single postings? (single.xml?)

Most of my blog’s individual postings are collections of individual items such as pictures: /trips/iceland.html will show a collection of my Iceland Trip pictures Does anybody know if it would be...

View Article


RSS for Single postings? (single.xml?)

Creating a layouts/_default/single.xml template might work. But what is the point of having a feed with a single post? Who would subscribe to it? Read full topic

View Article


Image may be NSFW.
Clik here to view.

RSS for Single postings? (single.xml?)

You need to tell Hugo, that it should create RSS for these sections. Probably like this: [outputs] trip = [ "HTML", "RSS" ] The default is HTML only for pages I believe, so you have to tell it....

View Article

Image may be NSFW.
Clik here to view.

RSS for Single postings? (single.xml?)

frjo: layouts/_default/single.xml I tried this, it didn’t work, although it should About subscribing, at this point it’s just for me to keep track of the content on an RSS reader. Read full topic

View Article

RSS for Single postings? (single.xml?)

I tried this, but still only renders trips/index.xml , not trips/*/index.xml it looks like [outputs] can only go one level in, not two levels to single posts. I am not sure if this is by design. Read...

View Article


Image may be NSFW.
Clik here to view.

RSS for Single postings? (single.xml?)

all these pages are of kind page. Try page instead of trip. It might create more than you like. gohugo.io – 22 Mar 17 Custom Output Formats Hugo can output content in multiple formats, including...

View Article

RSS for Single postings? (single.xml?)

That totally worked and it was so simple, thanks so much @davidsneighbour ! Read full topic

View Article

RSS for Single postings? (single.xml?)

Something else, I can’t quite mark this as [solved] as I (potentially) found a kink here. @davidsneighbour 's solution works although it only seem to display the default RSS, it completely ignores...

View Article

Browsing latest articles
Browse All 8 View Live