gatsby-personal-starter-blog icon indicating copy to clipboard operation
gatsby-personal-starter-blog copied to clipboard

Blog posts

Open GodwinEbikwo opened this issue 4 years ago • 4 comments

1)How do we remove the posts that are already present i.e "the hello world" 2) the blog posts disappear after git push

GodwinEbikwo avatar Feb 13 '20 19:02 GodwinEbikwo

1)How do we remove the posts that are already present i.e "the hello world"

1 - remove the contents of the blog folder at the root of the project. such as:

  • example.mdx
  • my-second-post /
  • hi-folks /
  • hello-world /

vs0uz4 avatar Feb 25 '20 20:02 vs0uz4

  1. the blog posts disappear after git push

What? I think I do not understand. After deploying and suggested initial configurations the project runs perfectly on Netlify

vs0uz4 avatar Feb 25 '20 20:02 vs0uz4

  1. the blog posts disappear after git push

Verify configurations of backend https://www.netlifycms.org/docs/add-to-your-site/#configuration

vs0uz4 avatar Feb 25 '20 23:02 vs0uz4

1)How do we remove the posts that are already present i.e "the hello world"

1 - remove the contents of the blog folder at the root of the project. such as:

  • example.mdx
  • my-second-post /
  • hi-folks /
  • hello-world /

If we remove the content from blog the blog directory isnt commited to git. How can we keep the map. I tried with a .keep file but it doesnt want to deploy on Netlify

esociti avatar Mar 19 '20 22:03 esociti