CLI

collection of hugo command lines.

hugo new

created onAugust 17, 2025
rudolf@idoru:/opt/intra/site/dev/codebase/content/techdoc/frontend/hugo/code-shreds(main)$ hugo new section.md Error: no existing content directory configured for this project hugo new only works as expected when invoked outside the content dir. Additionally, the page kind is not automatically resolved but must be given with the argument -k <kind>. ...