gatsby-personal-starter-blog
gatsby-personal-starter-blog copied to clipboard
Blog posts
1)How do we remove the posts that are already present i.e "the hello world" 2) the blog posts disappear after git push
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 /
- 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
- the blog posts disappear after git push
Verify configurations of backend
https://www.netlifycms.org/docs/add-to-your-site/#configuration
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