Skip to content

The Netlify CMS component theme for Cecil provide support of Netlify CMS.

License

Notifications You must be signed in to change notification settings

Cecilapp/theme-netlifycms

Repository files navigation

Netlify CMS component theme

The Netlify CMS component theme for Cecil provides support of Netlify CMS.

Features

Installation

composer require cecil/theme-netlifycms

Or download the latest archive and uncompress its content in themes/netlifycms.

Usage

Add netlify-cms in the theme section of your config.yml:

theme:
  - netlify-cms

Include Netlify Identity template:

{% include 'partials/identity.html.twig' with {'site': site} only %}

Customize CMS configuration by copying config.yml into static/admin/.

The default route to the CMS is /admin/.