inviqa/deck

Barebones base theme for Drupal 8. No frills. No fluff.

Maintainers

Details

github.com/inviqa/deck

Source

Issues

Installs: 8 246

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 54

Forks: 0

Open Issues: 2

Language:JavaScript

Type:drupal-theme

0.4.1 2018-02-02 15:44 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:53:33 UTC


README

Deck is a barebones starter theme for Drupal 8.

Creating a subtheme

Manually

  1. Copy the subtheme directory into your themes/custom directory, naming it whatever you want.
  2. Rename all files beginning with SUBTHEME to the chosen name of your subtheme (e.g. deck.info.yml).
  3. Open the package.json and replace any instance of {{ SUBTHEME }} with the name of your subtheme.

Automatically

Ensure you're using the Inviqa Drupal Gulp Tasks, and there should be a task available for performing the subtheme setup automatically.