Closed 0x5a57 closed 4 years ago
I follow the quick start which tell me use the command to create my post:
hugo new posts/my-post.md
but I found that the rendering of the page is not correct. After few hours searching, I found I should use:
hugo new post/my-post.md
to get the correct rendering.
I think maybe someone will encounter this problem too, so I hope you can point out this in the guide.
By the way, I love this concise theme, thank you for your work!
@zwtmyeot Thank you for letting me know about that problem! I fixed README.md. If you think it does not enough, please PR!!!
README.md
I follow the quick start which tell me use the command to create my post:
but I found that the rendering of the page is not correct. After few hours searching, I found I should use:
to get the correct rendering.
I think maybe someone will encounter this problem too, so I hope you can point out this in the guide.
By the way, I love this concise theme, thank you for your work!