matsuyoshi30 / harbor

Simple and minimal personal blog theme.
MIT License
186 stars 68 forks source link

render problem #6

Closed 0x5a57 closed 4 years ago

0x5a57 commented 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!

matsuyoshi30 commented 4 years ago

@zwtmyeot Thank you for letting me know about that problem! I fixed README.md. If you think it does not enough, please PR!!!