Issue with Deployed Hugo Blog, blog/content/posts folder when running local Hugo Server isn't picked up on Netlify

Issue with Deployed Hugo Blog, blog/content/posts folder when running local Hugo Server isn’t picked up on Netlify. I am especially concerned about the following initial post - Hello World First Blog Post When I update my repo on github which is deployed to github.com/weems/blog.

I tried to retrieve the build logs but received the following error:
9:07:56 PM: [ERROR] Deploy logs are currently unavailable. We are working on resolving the issue.

Hi @weems

You should change the draft value to false in your post

Hugo release build will not show any posts with draft value true. The draft value defines whether the post is ready for release or not.

1 Like