I am following instructions from Quick Start to start my first site.
It’s noticed that this command hugo new content content/posts/my-first-post.md
is quite lengthy. I thought I could do this to create my second post but somehow it doesn’t work.
cd content/posts
hugo new content my-second-post.md
hugo new content ./my-second-post.md
Error: no existing content directory configured for this project
I was thinking if my current working directory is already content/posts
then I don’t have to included it in the command. Kindly advise if there are ways for shorter commands. Appreciate it.