Hey people!
I have deployed my Website made using raw HTML, CSS, and js on netlify using manual deploys and also enabled continuous deployment. Now i want to know how can i add the netlify-cms to my existing website. I have been through docs and found that netlify-cms can be applied to the existing site made with any static site generator like Jekyll and others. But mine website normal created with raw HTML and CSS. Also I am newbie . So please consider guiding me, It will help me a lot.
my directory structure is:
–>mywebsite(main folder)
---------->assests(contains images folders, css and js)
---------->index.html
---------->about.html
---------->contact.html
---------->sitemap.xml
Thanks!