Skip to content

Commit 951a5d5

Browse files
committed
Merge branch 'master' of github.com:decaporg/decap-cms
2 parents ecf6f03 + e7f325c commit 951a5d5

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

packages/decap-cms/README.md

+14-23
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Decap CMS
2+
23
A CMS for static site generators. Give users a simple way to edit
34
and add content to any site built with a static site generator.
45

6+
[decapcms.org](https://www.decapcms.org/)
7+
58
## Community Chat
69

7-
<a href="https://decapcms.org/chat">
8-
<img alt="Join us on Discord" src="https://raw.githubusercontent.com/decaporg/decap-cms/master/website/static/img/discord.png" width="165">
9-
</a>
10+
<a href="https://decapcms.org/chat">Join us on Discord</a>
1011

11-
## How it works
12+
## How It Works
1213

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

@@ -17,43 +18,33 @@ It presents a clean UI for editing content stored in a Git repository.
1718
You setup a YAML config to describe the content model of your site, and typically
1819
tweak the main layout of the CMS a bit to fit your own site.
1920

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
2122
they'll be able to create new content or edit existing content.
2223

2324
Read more about Decap CMS [Core Concepts](https://www.decapcms.org/docs/intro/).
2425

25-
# Installation and Configuration
26+
## Installation and Configuration
2627

2728
The Decap CMS can be used in two different ways.
2829

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.
3031
To learn more about this installation method, refer to the [Quick Start Guide](https://www.decapcms.org/docs/quick-start/)
3132
* 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.
3233

33-
# Contributing
34+
## Contributing
3435

3536
New contributors are always welcome! Check out [CONTRIBUTING.md](https://github.com/decaporg/decap-cms/blob/master/CONTRIBUTING.md) to get involved.
3637

37-
# Change Log
38+
## Change Log
3839

3940
This project adheres to [Semantic Versioning](http://semver.org/).
4041
Every release is documented on the Github [Releases](https://github.com/decaporg/decap-cms/releases) page.
4142

42-
# License
43+
## License
4344

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

47-
# Thanks
48-
49-
## Services
50-
These services support Decap CMS development by providing free infrastructure.
51-
<p>
52-
<a href="https://www.travis-ci.org">
53-
<img src="https://raw.githubusercontent.com/decaporg/decap-cms/master/img/travis.png" height="38"/>
54-
</a>
55-
<img src="https://spacergif.org/spacer.gif" width="20"/>
56-
<a href="https://www.browserstack.com">
57-
<img src="https://raw.githubusercontent.com/decaporg/decap-cms/master/img/browserstack.png" height="38"/>
58-
</a>
59-
</p>
48+
## Maintainers
49+
50+
Maintained with care by <a href="https://techhub.p-m.si/">PM</a> & friends.

0 commit comments

Comments
 (0)