@sveltia/cms 0.156.2 → 0.156.3
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 +4 -4
- package/dist/sveltia-cms.js +207 -207
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +180 -180
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Sveltia CMS
|
|
2
2
|
|
|
3
|
-
[Sveltia CMS](https://sveltiacms.app/en/) is a free, open-source, Git-based headless content management system
|
|
3
|
+
[Sveltia CMS](https://sveltiacms.app/en/) is a free, open-source, Git-based headless content management system for [Jamstack](https://jamstack.org/) sites. It’s a complete rewrite of Netlify CMS, now known as Decap CMS.
|
|
4
4
|
|
|
5
|
-
Designed for content editors and developers alike, Sveltia CMS delivers a modern UX, outstanding DX, powerful features, and first-class internationalization (i18n) support — all in a small, maintenance-free single-page web application served from a CDN. Its framework-agnostic, generic-purpose design makes it suitable for a wide range of projects, from personal blogs and marketing sites to product catalogs and knowledge bases.
|
|
5
|
+
Designed for content editors and developers alike, Sveltia CMS delivers a modern UX, outstanding DX, powerful features, and first-class internationalization (i18n) support — all in a small, maintenance-free, single-page web application served from a CDN. Its framework-agnostic, generic-purpose design makes it suitable for a wide range of projects, from personal blogs and marketing sites to product catalogs and knowledge bases.
|
|
6
6
|
|
|
7
|
-
As the de facto [successor to Netlify CMS](https://sveltiacms.app/en/docs/successor-to-netlify-cms), Sveltia CMS addresses hundreds of longstanding issues while maintaining high compatibility with the existing configuration format and API. It far surpasses the
|
|
7
|
+
As the de facto [successor to Netlify CMS](https://sveltiacms.app/en/docs/successor-to-netlify-cms), Sveltia CMS addresses hundreds of longstanding issues while maintaining high compatibility with the existing configuration format and API. It far surpasses the official successor, Decap CMS, which has been neglected for years. An increasing number of projects, including a U.S. government site, are [switching from Netlify/Decap CMS](https://sveltiacms.app/en/docs/migration/netlify-decap-cms) to Sveltia CMS to take advantage of its significantly improved experience, performance, security, and reliability.
|
|
8
8
|
|
|
9
|
-
Sveltia CMS is also an excellent option for individuals or organizations migrating from a traditional CMS like WordPress to a static site generator like Astro and looking for a
|
|
9
|
+
Sveltia CMS is also an excellent option for individuals or organizations migrating from a traditional CMS like WordPress to a static site generator like Astro and looking for a lightweight CMS solution to manage their content.
|
|
10
10
|
|
|
11
11
|
Explore real-world examples in our [showcase](https://sveltiacms.app/en/showcase), or visit the [documentation](https://sveltiacms.app/en/docs) to get started.
|
|
12
12
|
|