I’m using the following outputFormat
[outputFormats]
[outputFormats.original]
mediaType = "text/html"
path = "2006"
[outputs]
home = ["HTML", "original"]
page = ["HTML", "original"]
taxonomy = ["HTML", "original"]
When I run hugo locally it works great, creates the right versions, saves them in the right directories, all is good and well. However, on Netlify it is using the “original” format for all single types, such as journal and photo, and seems to ignore the single.html layouts. My templates are as such…
layouts/journal/single.html
layouts/journal/single.original.html
layouts.photo/single.html
layouts/photo/single.original.html
It seems to work just fine for the taxonomies and top level pages (content/about.md). I’ve reached out to Netlify, but haven’t found any answers there.
Has anyone experience anything like this?
Is there something simple I’m loverlooking?