opengov / gcweb
Theme implementation using WET-BOEW
Installs: 2 323
Dependents: 2
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 1
Language:Twig
Type:drupal-theme
Requires
- composer/installers: ^1.9
- cweagans/composer-patches: ^1.7.0
- drupal/bootstrap: 3.35.0
- drupal/core: ^8 || ^9 || ^10
- wet-boew/theme-gcweb: 15.0.0
- wet-boew/wet-boew: v4.0.79
This package is auto-updated.
Last update: 2025-03-04 00:13:09 UTC
README
GCWeb Bootstrap
A light-weight, accessible and responsive theme integrated with Government of Canada's Web Experience Toolkit (WET) front-end framework for GCWeb and powered by Bootstrap as base theme for faster and easier web development.
The theme utilizes WET-BOEW Centrally Deployed Templates Solution (CDTS) to adhere to common look and feel with Canada.ca.
Requirements
For composer to gather libraries, define the following under repository section of composer:
"repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" }, { "type" : "package", "package" : { "name" : "wet-boew/wet-boew", "version" : "v4.0.31", "type" : "drupal-library", "dist" : { "url" : "https://github.com/wet-boew/wet-boew-cdn/archive/v4.0.31.tar.gz", "type" : "tar" }, "source" : { "url" : "https://github.com/wet-boew/wet-boew-cdn.git", "type" : "git", "reference" : "v4.0.31" } } }, { "type" : "package", "package" : { "name" : "wet-boew/theme-gcweb", "version" : "v5.1", "type" : "drupal-library", "dist" : { "url" : "https://github.com/wet-boew/themes-cdn/archive/v5.1-gcweb.tar.gz", "type" : "tar" }, "source" : { "url" : "https://github.com/wet-boew/themes-cdn.git", "type" : "git", "reference" : "v5.1-gcweb" } } } ],
Installation
- Use composer to install theme
composer require opengov/gcweb
Configuration
To enable the GCWeb theme navigate to Manage->Appearance, select Install and set as default under GCWeb.