hugo new content content/posts/something.mdI tend to prepend them with dates, to make the posts less chaotic.
hugo new content content/posts/$(date "+%Y-%m-%d")-some-post-name.md It will create a file marked as draft = true which will not be published.
https://gohugo.io/getting-started/quick-start/#add-content
Simply run:
hugo serversudo apt install golang hugoInstall Go:
winget intsall GoLang.GoInstall Hugo extended:
winget install Hugo.Hugo.Extended