This is a Drupal 8 base theme for use with University of Kentucky websites. This theme is intended to theme sites built with the UK Base Installation Profile.
To get started with this theme and the Installation Profile, check out the UK Drupal 8 Project Template. It provides a starter composer.json file that includes this theme and the Install Profile, as well as handy tools for local development.
The theme has 3 direct dependencies:
- The Drupal Components module.
- A custom Drupal module called UKD8 Customizations.
- The UK Limestone pattern library (as an NPM module).
- Drupal 8
- NPM
- Not required, but recommended: UK Base Installation Profile.
These requirements are defined in the theme's composer.json file. It also includes a post-install command to run npm install, which will install the Limestone package.
##Sub-theming A simple sub-theme boilerplate project is available here.