inviqa / deck
Barebones base theme for Drupal 8. No frills. No fluff.
0.4.1
2018-02-02 15:44 UTC
This package is not auto-updated.
Last update: 2026-03-15 04:18:10 UTC
README
Deck is a barebones starter theme for Drupal 8.
Creating a subtheme
Manually
- Copy the
subthemedirectory into yourthemes/customdirectory, 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.jsonand 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.