@sveltia/cms 0.170.0 → 0.170.1
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 -2
- package/dist/sveltia-cms.js +218 -218
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +40 -40
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Designed for content editors and developers alike, Sveltia CMS delivers a modern UX/DX, powerful features, and first-class internationalization (i18n) support — all in a small, maintenance-free, single-page web application served from a CDN. Its generic-purpose approach makes it suitable for a wide range of projects, from personal blogs and portfolios to marketing sites 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 300 issues, or 680 issues if including duplicates,
|
|
7
|
+
As the de facto [successor to Netlify CMS](https://sveltiacms.app/en/docs/successor-to-netlify-cms), Sveltia CMS addresses 300 issues, or 680 issues if including duplicates, introducing numerous enhancements while maintaining high compatibility with existing installations. It far surpasses the neglected official successor, Decap CMS. More and more projects, including a U.S. government website, are [switching from Netlify/Decap CMS](https://sveltiacms.app/en/docs/migration/netlify-decap-cms) to Sveltia CMS to enjoy its significantly improved performance, security, reliability, and experience.
|
|
8
8
|
|
|
9
9
|
Sveltia CMS is framework-agnostic and can also be used for vanilla JavaScript sites. It’s a great choice for people leaving a traditional CMS or website builder and looking for a lightweight headless CMS that seamlessly integrates with a static site generator (SSG), such as Astro, Eleventy, and Hugo.
|
|
10
10
|
|
|
@@ -29,10 +29,11 @@ We provide comprehensive documentation to help you get started and make the most
|
|
|
29
29
|
|
|
30
30
|
Our [industry-leading showcase](https://sveltiacms.app/en/showcase) features various real-world examples of Sveltia CMS users, including:
|
|
31
31
|
|
|
32
|
-
- [Sites migrated from Decap CMS](https://sveltiacms.app/en/showcase?migrated-from=decap-cms)
|
|
32
|
+
- [Sites migrated from Decap CMS](https://sveltiacms.app/en/showcase?migrated-from=decap-cms): Most popular
|
|
33
33
|
- [Sites migrated from WordPress](https://sveltiacms.app/en/showcase?migrated-from=wordpress)
|
|
34
34
|
- [Sites built with Astro](https://sveltiacms.app/en/showcase?framework=astro)
|
|
35
35
|
- [Sites built with Eleventy](https://sveltiacms.app/en/showcase?framework=eleventy)
|
|
36
|
+
- [Sites built with vanilla JavaScript](https://sveltiacms.app/en/showcase?framework=none): Trending
|
|
36
37
|
- [Sites using i18n support](https://sveltiacms.app/en/showcase?feature=i18n)
|
|
37
38
|
|
|
38
39
|
## Community
|