@sveltia/cms 0.36.3 → 0.36.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -7
- package/dist/sveltia-cms.js +149 -149
- package/dist/sveltia-cms.mjs +147 -147
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -443,7 +443,7 @@ If you get an “Authentication Aborted” error when trying to sign in to GitHu
|
|
|
443
443
|
You can use Sveltia CMS with a local Git repository like Netlify/Decap CMS, but Sveltia CMS has simplified the workflow by removing the need for additional configuration (the `local_backend` property) and a proxy server, thanks to the [File System Access API](https://developer.chrome.com/articles/file-system-access/) available in [some modern browsers](https://developer.mozilla.org/en-US/docs/web/api/window/showopenfilepicker#browser_compatibility).
|
|
444
444
|
|
|
445
445
|
1. Make sure you have configured the [GitHub](https://decapcms.org/docs/github-backend/) or [GitLab](https://decapcms.org/docs/gitlab-backend/) backend.
|
|
446
|
-
- Please note that the Git Gateway backend mentioned in the Netlify/Decap CMS [local Git repository document](https://decapcms.org/docs/working-with-a-local-git-repository/) is not supported in Sveltia CMS, so `name: git-gateway` won’t work. You’ll need either `name: github` or `name: gitlab` along with the `repo` definition.
|
|
446
|
+
- Please note that the Git Gateway backend mentioned in the Netlify/Decap CMS [local Git repository document](https://decapcms.org/docs/working-with-a-local-git-repository/) is not supported in Sveltia CMS, so `name: git-gateway` won’t work. You’ll need either `name: github` or `name: gitlab` along with the `repo` definition. If you haven’t determined your repository name yet, just use a random one.
|
|
447
447
|
- You can remove `local_backend` from your configuration, as it will be ignored by Sveltia CMS.
|
|
448
448
|
1. Launch the local development server for your frontend framework, typically with `npm run dev` or `pnpm dev`.
|
|
449
449
|
1. Visit `http://localhost:[port]/admin/index.html` with Chrome or Edge. The port number varies by framework.
|
|
@@ -767,17 +767,13 @@ img-src 'self' blob: data: https://*;
|
|
|
767
767
|
|
|
768
768
|
## Support & feedback
|
|
769
769
|
|
|
770
|
-
|
|
770
|
+
While we don’t have dedicated developer/user support resources, quick questions and feedback are welcome on the [Discussions](https://github.com/sveltia/sveltia-cms/discussions) page of this GitHub repository.
|
|
771
771
|
|
|
772
772
|
Looking to build a website with Sveltia CMS? Maintainer [@kyoshino](https://github.com/kyoshino) is available for hire depending on your requirements. Feel free to reach out!
|
|
773
773
|
|
|
774
774
|
## Contributions
|
|
775
775
|
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
Tips are always welcome! The project hasn’t set up a sponsorship program, but maintainer [@kyoshino](https://github.com/kyoshino) has a [PayPal account](https://paypal.me/kohei).
|
|
779
|
-
|
|
780
|
-
Last but not least, don’t forget to star this project and spread the word so more users can benefit from a better CMS experience!
|
|
776
|
+
See [Contributing to Sveltia CMS](https://github.com/sveltia/sveltia-cms/blob/main/CONTRIBUTING.md).
|
|
781
777
|
|
|
782
778
|
## Related links
|
|
783
779
|
|