Dear All
Official Hugo documentation is the best source to learn Hugo. But sometimes we need to develope it locally, even without internet connection first. Is there a way to convert Hugo documentation to pdf version?
Regards
Dear All
Official Hugo documentation is the best source to learn Hugo. But sometimes we need to develope it locally, even without internet connection first. Is there a way to convert Hugo documentation to pdf version?
Regards
It’s a hugo site, so, you can clone it to your local and run hugo in the cloned project, to see it offline.
Otherwise I guess you could probably rig up pandoc or something to go through and convert it all to PDF.
If you get the PDF conversion working, do post back with the solution.
Some ideas:
{{ range site.RegularPages }}
Great idea. I will try through Pandoc. Thanks.
Only comes out to 2.2M. I thought it’d be bigger. Just a lot of good text.
Bep is investigating PDF as an output format.