palcera/palcera_base

Palcera Base - A site template based on Drupal CMS with enhanced security.

Maintainers

Package info

github.com/palcera/palcera_base

Type:drupal-recipe

pkg:composer/palcera/palcera_base

Transparency log

Statistics

Installs: 21

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0-beta4 2026-07-02 13:55 UTC

README

The site recipe behind Palcera CMS: a type: Site Drupal recipe providing the Schema.org content model (Person, Article, Service, General Page), Canvas page regions/templates/pages, views, SEO configuration, search, and demo content for a professional-services brochure site.

Usage

Normally installed via the Palcera CMS project template (see that README). Standalone, on any Drupal CMS 2.1+ codebase:

composer config minimum-stability dev && composer config prefer-stable true
composer require palcera/palcera_base
drush site:install --yes --site-name="My Site" <path-to>/recipes/palcera_base

Requires Drupal core ^11.4 (fresh-install fixes for core 11.4 landed in 1.0.0-beta4).

Structure

  • recipe.ymltype: Site; composes the Drupal CMS foundation recipes, installs the Schema.org stack + Palcera theme, applies config actions (front page, theme, search)
  • config/ — content types, fields, Schema.org mappings, Canvas components/regions/ templates, views, metatags
  • content/ — demo content (nodes, media + images, taxonomy, menu links, Canvas pages)

License

GPL-2.0-or-later.