cncf / hugo-netlify-starter

Static website template for CNCF projects
https://cncf-hugo-starter.netlify.com/
Other
26 stars 16 forks source link

Makefile: support use of a non-npm version of Hugo #101

Closed chalin closed 3 years ago

chalin commented 3 years ago

Followup to #96

chalin commented 3 years ago

... should we go all the way and remove the build/serve from the Makefile completely, and move these functions into the package.json ...

Yes, I have that in the works, but I need to resolve one final issue first (related to the use of hugo-extended). Hence this PR, which offers slightly more complete make-target actions, and support for use of a non-npm hugo command.