opengov/gcweb

Theme implementation using WET-BOEW

Installs: 2 316

Dependents: 2

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 0

Open Issues: 1

Language:Twig

Type:drupal-theme

dev-master 2024-02-13 13:45 UTC

This package is auto-updated.

Last update: 2024-04-04 19:11:48 UTC


README

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.