palcera / palcera_brochure
A polished brochure site template for Drupal CMS: services, team, articles, and a 9-section Canvas home page, with a Schema.org content model, SEO defaults, search, and replaceable demo content.
Package info
github.com/palcera/palcera_brochure
Type:drupal-recipe
pkg:composer/palcera/palcera_brochure
Requires
- drupal/antibot: ^2.0.5
- drupal/automatic_updates: ^4.1.0
- drupal/autosave_form: ^1.11.0
- drupal/better_exposed_filters: ^7.1.2
- drupal/bpmn_io: ^3.0.5
- drupal/canvas: ^1.7.1
- drupal/captcha: ^2.0.10
- drupal/checklistapi: ^2.1.7
- drupal/coffee: ^2.0.1
- drupal/config_split: ^2.0.2
- drupal/core: ^11.4.0
- drupal/crop: ^2.6.0
- drupal/cva: ^1.0.0
- drupal/dashboard: ^2.2.0
- drupal/drupal_cms_helper: ^2.1.3
- drupal/drupical: ^1.0.2
- drupal/easy_breadcrumb: ^2.0.9
- drupal/easy_email: ^3.0.8
- drupal/easy_email_theme: ^1.1.0
- drupal/eca: ^3.1.2
- drupal/editoria11y: ^2.2.22
- drupal/fast_404: ^3.7.0
- drupal/field_group: ^4.0.0
- drupal/focal_point: ^2.1.2
- drupal/friendlycaptcha: ^1.1.4
- drupal/gin: ^5.0.15
- drupal/gin_login: ^2.1.4
- drupal/gin_toolbar: ^3.0.3
- drupal/google_tag: ^2.0.9
- drupal/honeypot: ^2.2.2
- drupal/http_cache_control: ^2.9.0
- drupal/jquery_ui: ^1.8.0
- drupal/jquery_ui_resizable: ^2.1.0
- drupal/klaro: ^3.1.1
- drupal/linkit: ^7.0.16
- drupal/login_emailusername: ^3.0.1
- drupal/mailsystem: ^4.5.0
- drupal/media_file_delete: ^1.3.2
- drupal/media_library_bulk_upload: ^1.0.6
- drupal/menu_link_attributes: ^1.7.0
- drupal/metatag: ^2.2.0
- drupal/modeler_api: ^1.1.3
- drupal/navigation_extra_tools: ^1.3.2
- drupal/pathauto: ^1.15.0
- drupal/project_browser: ^2.1.4
- drupal/redirect: ^1.13.0
- drupal/sam: ^1.3.2
- drupal/scheduler: ^2.3.0
- drupal/scheduler_content_moderation_integration: ^3.0.5
- drupal/schemadotorg: ^1.0.0-alpha37
- drupal/search_api: ^1.41.0
- drupal/search_api_exclude: ^2.0.3
- drupal/seckit: ^2.0.3
- drupal/selective_better_exposed_filters: ^3.0.3
- drupal/seo_checklist: ^5.2.4
- drupal/simple_sitemap: ^4.2.3
- drupal/svg_image: ^3.2.3
- drupal/symfony_mailer_lite: ^2.0.4
- drupal/tagify: ^1.2.53
- drupal/token: ^1.17.0
- drupal/token_or: ^2.3.2
- drupal/trash: ^3.0.28
- drupal/ui_icons: ^1.1.2
- drupal/view_password: ^6.0.5
- drupal/webform: ^6.3.0-rc2
- drupal/yoast_seo: ^2.2.0
- palcera/palcera_theme: ^1.0.0-beta3
This package is auto-updated.
Last update: 2026-07-04 17:04:30 UTC
README
A polished brochure site template for Drupal CMS: services, team, articles, and a 9-section Canvas home page — with a Schema.org content model, SEO defaults, search, and demo content ready to replace with your own.
Mobile: the theme is fully responsive — mobile screenshot.
What you get
- 9-section Canvas home page — hero, stats band, services grid, two feature sections, team grid, latest articles, testimonial, and call-to-action.
- Content model with Schema.org mappings (via
schemadotorg): Person, Article, Service, and General Page content types with JSON-LD output. - Canvas content templates for card + full view modes (articles, people, services),
listing pages (
/articles,/team,/services) built as Canvas pages with Views blocks. - SEO defaults — metatags with sensible token fallbacks, XML sitemap, pathauto patterns, redirects, breadcrumbs.
- Search, cookie consent (Klaro), contact + webforms, editorial accessibility checks (Editoria11y), and the Drupal CMS admin experience (Gin, dashboard).
- Neutral demo content — a fictional consultancy ("Meridian Partners") you can edit or delete; all images ship with the template.
Requirements
- Drupal CMS 2.1+ (Drupal core ^11.4)
- The Palcera theme (installed automatically)
Installation
Add the template to a Drupal CMS project and install the site using this recipe:
# The template currently carries three not-yet-stable dependencies # (schemadotorg alpha, webform RC, palcera_theme beta) — allow them first: composer config minimum-stability dev composer config prefer-stable true composer require palcera/palcera_brochure drush site:install --site-name="My Site" recipes/palcera_brochure
Or select Palcera Brochure in the Drupal CMS installer when the template is present in your project.
After installing
- Replace the demo company name, contact details, and logo (Appearance → Palcera settings).
- Edit or delete the demo people, services, and articles.
- Set your timezone (Regional settings — the template seeds
America/Chicagoas a default). - Browse add-ons in the Project Browser (
recommended.ymlis an optional curated-list stub — unused until stable Drupal CMS 2.x add-on recipes exist to recommend).
Rebranding (colors, typography, design tokens)
The Palcera theme is fully token-driven: every color, font, radius, and shadow is a CSS custom property in a shadcn/ui-compatible sheet. To rebrand without rebuilding anything:
- Copy
web/themes/contrib/palcera_theme/src/theme.cssto your web root (next toindex.php). - Edit the values —
--primary,--accent,--font-sans,--radius, etc. Generators like tweakcn produce compatible palettes. - Clear caches. Every component picks up the new tokens immediately.
Swap the logo and favicon under Appearance → Palcera settings (the demo ships neutral "Meridian Partners" assets you'll want to replace).
License
GPL-2.0-or-later. See LICENSE.txt. Demo image licensing is documented in LICENSES-images.md. Security policy: SECURITY.md.
A CycloneDX software bill of materials (sbom.cdx.json) is included as an
optional convenience — it is not a Drupal CMS marketplace requirement (verified
2026-07-02). It was generated with cyclonedx/cyclonedx-php-composer from an installed
build and reflects the dependency tree at generation time.
