Blog posts, moving from netlifycms->decap #7481
-
So my old site was nuxt2 on netlifycms (clearly hosted on netlify). It had a folder /app/content/blog and inside there I had my .json blog posts. Hitting the /admin route would show me all the .json blog posts and I could just add more, saving triggered the netlify build and git checkin process all great... shows up on the page a few moments later
In this Decap Nuxt 3 system, my content is in /content/blog, but when I login to /admin theres NOTHING there. My frontend clearly shows all the content which i guess is due to the npm run generate build. If I add a new blog post in decap, it says it's published, I see it as the only post there, but there's no git checkin to trigger a build and so I don't see the new post on the page.
What am I fundamentally missing here, have I lost the ability to edit all my old .json posts, how are new ones added to the repo? Starter: https://github.com/Sfolkerts89/Nuxt3-starter__Decap-cms |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think I resolved it, I pointed netlify at a new repo, but the git gateway was still on the old one |
Beta Was this translation helpful? Give feedback.
I think I resolved it, I pointed netlify at a new repo, but the git gateway was still on the old one