Hello,
I am just getting my hands on Hugo. I have installed it, and it seems fine. I am using MAC OS.
I have created a Quickstart directory, and am able to visualize the Ananke theme. I can also read .md files with my code editor, Visual Studio Code.
I have very little knowledge of coding, and am trying to create my own static web site. For the moment, I am making my first steps, with the Quick Start section of Hugo, and would like to try and use the Ananke theme to train.
I have followed all the steps of the Quic start guide.
I ran the command cd quickstart to make this directory my root folder. I don’t know if it worked, but I didn’t get any error message.
When I ran hugo new content content/posts/my-first-post.md, I didn’t find the posts folder in the quickstart/content directory. I did find a posts folder, in the hugo/create/theme/content/posts, which contains several posts files, and an index file.
Could you help me locate this first post, if I am just mistaking about its location, or help me find where my possible mistake occurred?
Regards
Coralie
Sorry, I won’t delete this post for its possible interest.
I found where my mistake was.
I didn’t stop the server before entering the command line hugo new content content/posts/mon-pmier-post.md
I didn’t think it was compulsary.