inviqa / deck
Barebones base theme for Drupal 8. No frills. No fluff.
Installs: 8 246
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 54
Forks: 0
Open Issues: 2
Language:JavaScript
Type:drupal-theme
This package is not auto-updated.
Last update: 2024-10-26 21:03:52 UTC
README
Deck is a barebones starter theme for Drupal 8.
Creating a subtheme
Manually
- Copy the
subtheme
directory into yourthemes/custom
directory, naming it whatever you want. - Rename all files beginning with SUBTHEME to the chosen name of your subtheme (e.g.
deck.info.yml
). - 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.