cecil/theme-netlifycms

Cecil component theme Netlify CMS

Fund package maintenance!
ArnaudLigny
Open Collective

Installs: 12 485

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Twig

Type:cecil-theme

2.0.1 2024-03-12 10:55 UTC

This package is auto-updated.

Last update: 2024-04-12 11:12:20 UTC


README

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/.