@sveltia/cms 0.5.7 → 0.5.8
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 +2 -2
- package/dist/sveltia-cms.js +172 -173
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Sveltia CMS
|
|
2
2
|
|
|
3
|
-
Sveltia CMS is a Git-based lightweight headless CMS
|
|
3
|
+
Sveltia CMS is a Git-based lightweight headless CMS under development as a drop-in replacement for [Netlify/Decap CMS](https://decapcms.org/). You can use it with any static site generator like SvelteKit, Eleventy, Next.js and Hugo to manage content as static files in a Git repository. The open source alternative to Netlify/Decap CMS is now in public beta, with more features to come.
|
|
4
4
|
|
|
5
5
|
<br>
|
|
6
6
|
|
|
@@ -26,7 +26,7 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
|
|
|
26
26
|
|
|
27
27
|
- Ready to replace Netlify/Decap CMS _in some casual use case scenarios_ by updating one single line of code.
|
|
28
28
|
- Existing [configuration files](https://decapcms.org/docs/configuration-options/) can be reused as is.
|
|
29
|
-
- Various features are still missing though; [see the chart below](#compatibility) for details.
|
|
29
|
+
- Various features are still missing though; [see the compatibility chart below](#compatibility) for details.
|
|
30
30
|
|
|
31
31
|
### Better UX
|
|
32
32
|
|