1

I bought "SuperProps - React Next Landing Page Templates" from themeforest. This theme is based on the Gatsby-platform and this was hosted via Netlify.

I wish to implement Netlify CMS, so that, I can make changes on the site via CMS. Is there any way to implement CMS on our existing site developed on a theme.

SajZ
  • 262
  • 3
  • 16
  • Netlify CMS can definitely be connected to Gatsby and hosted on Netlify. It sounds like you're looking for a plug and play solution. Unfortunately, Gatsby will require a bit more wiring together than a plug and play solution offers. I think you probably need to find a developer to help you connect It together then you will be off to the races. – Chris Apr 19 '20 at 10:58

1 Answers1

0

It can definitely be added to an existing site. Netlify CMS has installation instructions here.

If you need help, I suggest you look at how a template implements this with Gatsby.

I also found some videos:

Chris
  • 644
  • 1
  • 12
  • 28