Dear All
How to download my rendered html file?
I build my Hugo on Vercel, Netlify, Cloudflare.
But there’s no button to download website file?
Regards
Dear All
How to download my rendered html file?
I build my Hugo on Vercel, Netlify, Cloudflare.
But there’s no button to download website file?
Regards
You’d do that as with any other HTML document: curl
, wget
, whatever you like. But that is off-topic here.
You can build It locally with a local install of hugo.
And your ‘public’ folder will be what you ask for.
Except may be for aliases, redirects, etc.