You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CMS for static site generators. Give users a simple way to edit
3
4
and add content to any site built with a static site generator.
4
5
6
+
[decapcms.org](https://www.decapcms.org/)
7
+
5
8
## Community Chat
6
9
7
-
<ahref="https://decapcms.org/chat">
8
-
<imgalt="Join us on Discord"src="https://raw.githubusercontent.com/decaporg/decap-cms/master/website/static/img/discord.png"width="165">
9
-
</a>
10
+
<ahref="https://decapcms.org/chat">Join us on Discord</a>
10
11
11
-
## How it works
12
+
## How It Works
12
13
13
14
Decap CMS is a single-page app that you pull into the `/admin` part of your site.
14
15
@@ -17,43 +18,33 @@ It presents a clean UI for editing content stored in a Git repository.
17
18
You setup a YAML config to describe the content model of your site, and typically
18
19
tweak the main layout of the CMS a bit to fit your own site.
19
20
20
-
When a user navigates to `/admin/` they'll be prompted to login, and once authenticated
21
+
When a user navigates to `/admin/` they'll be prompted to log in, and once authenticated
21
22
they'll be able to create new content or edit existing content.
22
23
23
24
Read more about Decap CMS [Core Concepts](https://www.decapcms.org/docs/intro/).
24
25
25
-
# Installation and Configuration
26
+
##Installation and Configuration
26
27
27
28
The Decap CMS can be used in two different ways.
28
29
29
-
* A Quick and easy install, that just requires you to create a single HTML file and a configuration file. All the CMS Javascript and CSS are loaded from a CDN.
30
+
* A Quick and easy install, that requires you to create a single HTML file and a configuration file. All the CMS JavaScript and CSS are loaded from a CDN.
30
31
To learn more about this installation method, refer to the [Quick Start Guide](https://www.decapcms.org/docs/quick-start/)
31
32
* A complete, more complex install, that gives you more flexibility but requires that you use a static site builder with a build system that supports npm packages.
32
33
33
-
# Contributing
34
+
##Contributing
34
35
35
36
New contributors are always welcome! Check out [CONTRIBUTING.md](https://github.com/decaporg/decap-cms/blob/master/CONTRIBUTING.md) to get involved.
36
37
37
-
# Change Log
38
+
##Change Log
38
39
39
40
This project adheres to [Semantic Versioning](http://semver.org/).
40
41
Every release is documented on the Github [Releases](https://github.com/decaporg/decap-cms/releases) page.
41
42
42
-
# License
43
+
##License
43
44
44
45
Decap CMS is released under the [MIT License](LICENSE).
45
46
Please make sure you understand its [implications and guarantees](https://writing.kemitchell.com/2016/09/21/MIT-License-Line-by-Line.html).
46
47
47
-
# Thanks
48
-
49
-
## Services
50
-
These services support Decap CMS development by providing free infrastructure.
0 commit comments