@sveltia/cms 0.7.0 → 0.7.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 +1 -1
- package/dist/sveltia-cms.js +107 -107
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Sveltia CMS is a Git-based lightweight headless CMS under development as a drop-
|
|
|
16
16
|
|
|
17
17
|
Sveltia CMS was born in November 2022, when the development of Netlify CMS had been stalled for over six months. [@kyoshino](https://github.com/kyoshino)’s clients were looking to replace their Netlify CMS instances, mainly to get better internationalization (i18n) and multilingual support. Built from the ground up, Sveltia CMS successfully incorporates i18n into every single corner of the product, while striving to radically improve UX, performance and productivity.
|
|
18
18
|
|
|
19
|
-
Our goal is to expand the Git-based headless CMS market
|
|
19
|
+
Our goal is to become a promising successor to Netlify CMS, expand the Git-based headless CMS market, and empower small businesses and individuals who need a simple yet effective CMS solution. The project also showcases the power of [Svelte](https://svelte.dev/), a modern UI library for creating web applications with less code.
|
|
20
20
|
|
|
21
21
|
## Features
|
|
22
22
|
|