Hi!
What I’m looking to do is have one /content/ folder, but produce two HTML outputs, each with its own layout/theme.
I had a quick look at options on the hugo command, and the docs about multiple output types, but neither does what I’m after (as far as I can see)
The end goal is for one the HTML sites to then be converted to PDF using wkhtmltopdf. I don’t want to just convert the original site as I don’t want header/footer/nav in the PDF. So one of the HTML outputs would be styled with PDF in mind.
I would then need to do some manual copying/write a script to move the PDFs into the main site so they can be downloaded. This isn’t ideal (am open to suggestions for totally different approaches)
Is this possible? Any suggested alternatives?