Alternative to Netlify/Decap CMS. Fast, lightweight, Git-based headless CMS. Modern UX, first-class i18n support, open source & free. Made with Svelte.
MIT License
955
stars
49
forks
source link
Can I use Sveltia-cms work with a Github-pages site without hosting on netlify? #217
I want to know if it's possible to use sveltia without hosting my site on netlify?
This is a question I asked on the Decap-CMS issue page that I hope can be solved here.
The short form of the question is that, I am hosting my site on GitHub-pages, but I have had to deploy to netlify just to be able to use the CMS.
I understood from DecapCMS that this is because of the netlify identity widget, but since Sveltia CMS doesn't use netlify identity I was hoping this could be done.
State of my current setup
my-site.github-pages - here I view the site
my-site.github-pages/admin - this doesn't work currently, added a screenshot
my-site.netlify.app/admin - This is the netlify site where I access the CMS
The problem with this is that it gives me two platforms to manage (github-pages and netlify) I was hoping I would be able to just stay with one.
I want to know if it's possible to use sveltia without hosting my site on netlify?
This is a question I asked on the Decap-CMS issue page that I hope can be solved here.
The short form of the question is that, I am hosting my site on GitHub-pages, but I have had to deploy to netlify just to be able to use the CMS. I understood from DecapCMS that this is because of the netlify identity widget, but since Sveltia CMS doesn't use netlify identity I was hoping this could be done. State of my current setup
my-site.github-pages - here I view the site my-site.github-pages/admin - this doesn't work currently, added a screenshot
my-site.netlify.app/admin - This is the netlify site where I access the CMS
The problem with this is that it gives me two platforms to manage (github-pages and netlify) I was hoping I would be able to just stay with one.
Here is my site repo in case it helps:
https://github.com/RDjarbeng/RDjarbeng