A Git-based CMS for Static Site Generators
Decap CMS is a content management system designed for static site generators. It provides a simple way for users to edit and add content to any site built with a static site generator. The CMS is a single-page app that can be easily integrated into the /admin part of a website. It offers a clean UI for editing content stored in a Git repository. Users can create new content or edit existing content after authentication.
Decap CMS can be installed in two different ways:
<!-- Include the CMS script tag in your HTML file -->
<script src="https://cdn.decacms.com/cms.js"></script>
<!-- Configure and initialize the CMS -->
<script>
DecapCMS.init({
// Add your configuration options here
});
</script>
Decap CMS is a versatile content management system specifically designed for static site generators. It offers easy integration, Git repository support, customizable layout, and user authentication. The CMS can be installed quickly and easily using a provided HTML file and configuration or through a more complex installation process for maximum flexibility. It is maintained by PM & friends and is released under the MIT License. New contributors are always welcome to join the project.