ntk148v / hugo-cuisine-book

Cuisine Book - Made with Hugo
https://ntk148v.github.io/mammam/
MIT License
11 stars 4 forks source link

I am lost with creating a new recipe #5

Open DanRoscigno opened 2 months ago

DanRoscigno commented 2 months ago

Hi, I have hugo running with your theme. When I start it, there are no recipes. I don't know how to add one. I tried hugo new brisket.md and edited the file to set draft to false. I do see metadata about the page, and it gives the URL as http://localhost:1313/brisket/. There is only your default background showing at that page though.

Thanks!

ntk148v commented 2 months ago

HI @DanRoscigno , sorry for the late response. I've tried your command hugo new brisket.md and it works.

image

You can also try the command:

hugo new content content/your-post.md

content/ is your content directory.

Could you show your repository? so I can checkout if there is something wrong.