drupal / local_bright
A local services website template built on Drupal CMS with Canvas in a vibrant pink/yellow palette.
Package info
git.drupalcode.org/project/local_bright.git
Type:drupal-recipe
pkg:composer/drupal/local_bright
1.x-dev
2026-03-13 12:30 UTC
Requires
- drupal/bpmn_io: ^3
- drupal/bright: ^1
- drupal/drupal_cms_admin_ui: ^2
- drupal/drupal_cms_anti_spam: ^2
- drupal/drupal_cms_authentication: ^2
- drupal/drupal_cms_helper: ^2
- drupal/drupal_cms_media: ^2
- drupal/drupal_cms_privacy_basic: ^2
- drupal/drupal_cms_search: ^2
- drupal/drupal_cms_seo_basic: ^2
- drupal/easy_email_express: ^1
- drupal/eca: ^2
- drupal/entity_reference_revisions: ^1
- drupal/paragraphs: ^1
- drupal/site_template_helper: ^1
This package is auto-updated.
Last update: 2026-03-13 12:32:29 UTC
README
A vibrant pink/amber local council website template built on Drupal CMS with Canvas. A standalone alternative to Local Council using the Bright theme.
What this template includes
- Bright theme — a pink/amber Tailwind CSS theme with offset shadows, rounded corners, and bold typographic style
- Canvas pages — Home, What's on, and About, built with single directory components
- Service content types — service landing pages and service pages with automatic ECA-driven population
- Demo content — 5 service sections (Waste, Local Tax, Housing, Parks, Libraries) with 29 service pages
- Navigation — services menu with 5 top-level items
- Automation — ECA rules to keep service landing pages in sync when service pages are created or updated
- SEO — Pathauto patterns for clean URLs
Requirements
- Drupal CMS 2.x
- The
brighttheme
Installation for testing before there is a release
1. Create the Drupal CMS project
mkdir my-project
cd my-project
ddev config --project-type=drupal11 --docroot=web
ddev composer create-project drupal/cms
2. Get the recipes code
Download and unpack the following into your recipes/ folder:
3. Get the contrib theme code
Download and unpack the following into your web/themes/contrib/ folder:
4. Get the contrib modules
ddev composer require drupal/paragraphs
Project Structure
├── recipes/
│ ├── local/
│ └── local_bright/
└── web/
└── themes/
└── contrib/
├── consistent/
└── bright/
Usage
Start the DDEV environment:
ddev start
ddev launch