Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/saleina/SaleinaCMS

An Open Source Static Site CMS Built With Love & Vue.
https://github.com/saleina/SaleinaCMS

cms static-site static-site-cms vue vuejs

Last synced: about 1 month ago
JSON representation

An Open Source Static Site CMS Built With Love & Vue.

Lists

README

        

# Saleina CMS

[![](https://data.jsdelivr.com/v1/package/npm/saleina-cms/badge)](https://www.jsdelivr.com/package/npm/saleina-cms)

A CMS for static site generators. Give non-technical users a simple way to edit
and add content to any site built with a static site generator.

## How it works

Saleina CMS is a single-page app that you pull into the `/admin` part of your site.

It presents a clean UI for editing content stored in a Git repository.

You setup a YAML config to describe the content model of your site, and typically
tweak the main layout of the CMS a bit to fit your own site.

When a user navigates to `/admin` they'll be prompted to login, and once authenticated
they'll be able to create new content or edit existing content.

Read more about Saleina CMS [Introduction](https://saleinacms.org/docs/introduction/).

# Installation and Configuration

A Quick and easy install, that just requires you to create a single HTML file and a configuration file. All the CMS files are loaded from a CDN. To learn more about this installation method, refer to the [Docs](https://saleinacms.org/docs/introduction/)

# Support Us

## Our Sponsors

# Change Log

This project adheres to [Semantic Versioning](http://semver.org/).
Every release is documented on the Github [Releases](https://github.com/saleina/SaleinaCMS/releases) page.

# License

Saleina CMS is released under the [MIT License](LICENSE).
Please make sure you understand its [implications and guarantees](https://writing.kemitchell.com/2016/09/21/MIT-License-Line-by-Line.html).