Mathias Biilmann Christensen aaa9d2ab95 Make Neltify CMS work with Netlify Identity Widget
When Netlify CMS uses the git-gateway backend, it will check for a

  window.netlifyIdentity

object and use that to handle the whole auth flow.

This also sets defaults for the git-gateway endpoint, that means it
can be used in templates with zero configuration and fit with a
one-click deploy to Netlify approach.

Netlify Identity itself is based on our open-source GoTrue microservice,
and Netlify's Git Gateway project is completely open-source as well.

The git-gateway backend will work with Netlify without any setup, but can
also be configured to work with any selfhosted GoTrue and Git Gateway
instances.
2017-09-06 13:52:11 -07:00
2017-03-06 15:04:30 -08:00
2017-09-06 09:35:31 -07:00
2017-04-12 20:26:52 -07:00
2016-12-27 09:24:57 -08:00
2017-06-14 15:11:44 -07:00
2016-10-05 12:05:38 +02:00
2016-11-11 12:32:04 +01:00
2016-12-22 16:30:36 -08:00
2016-09-22 09:36:14 -07:00
2017-06-13 15:30:21 -07:00
2017-03-22 08:51:21 -04:00
2016-11-21 10:37:54 +01:00
2017-06-13 15:30:21 -07:00
2016-12-30 11:14:23 -08:00
2017-08-25 16:28:17 -04:00

Netlify 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

Netlify 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 Netlify CMS Core Concepts.

Installation and Configuration

The Netlify CMS can be used in two different ways.

  • 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. To learn more about this installation method, refer to the Quick Start Guide
  • 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.

Community

Netlify CMS has a public Gitter channel where members of the community hang out and share things about the project.

Change Log

This project adheres to Semantic Versioning.
Every release is documented on the Github Releases page.

License

Netlify CMS is released under the MIT License. Please make sure you understand its implications and guarantees.

Description
Modifizierte Version des inzwischen eingestellten Static CMS
Readme
Languages
TypeScript 84.2%
MDX 8.2%
JavaScript 4%
CSS 2.6%
HTML 1%