https://github.com/cecilapp/theme-netlifycms
The Netlify CMS component theme for Cecil provide support of Netlify CMS.
https://github.com/cecilapp/theme-netlifycms
cecil cecil-theme-component netlify
Last synced: 5 months ago
JSON representation
The Netlify CMS component theme for Cecil provide support of Netlify CMS.
- Host: GitHub
- URL: https://github.com/cecilapp/theme-netlifycms
- Owner: Cecilapp
- License: mit
- Created: 2020-10-14T20:16:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T10:56:47.000Z (over 2 years ago)
- Last Synced: 2025-04-10T12:49:38.477Z (about 1 year ago)
- Topics: cecil, cecil-theme-component, netlify
- Language: Twig
- Homepage: https://cecil.app/themes/components/
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netlify CMS component theme
The _Netlify CMS_ component theme for [Cecil](https://cecil.app) provides support of [Netlify CMS](https://www.netlifycms.org).
## Features
- Provides a default Netlify CMS `config.yml` file
- Supports [Netlify Identity](https://docs.netlify.com/visitor-access/identity/)
## Installation
```bash
composer require cecil/theme-netlifycms
```
> Or [download the latest archive](https://github.com/Cecilapp/theme-netlifycms/releases/latest/) and uncompress its content in `themes/netlifycms`.
## Usage
Add `netlify-cms` in the `theme` section of your `config.yml`:
```yaml
theme:
- netlify-cms
```
Include _Netlify Identity_ template:
```twig
{% include 'partials/identity.html.twig' with {'site': site} only %}
```
Customize CMS configuration by copying [`config.yml`](https://github.com/Cecilapp/theme-netlifycms/blob/main/static/admin/config.yml) into `static/admin/`.
The default route to the CMS is `/admin/`.