-
Notifications
You must be signed in to change notification settings - Fork 20
installation
Patrick Coffey edited this page Jul 10, 2013
·
3 revisions
#Installation
-
Get the Files - Download or clone the repository into Drupal's
sites/all/themes
directory. -
Install Grunt Requirements -
cd
to the theme root and runnpm install
. This will install all the npm packages that Grunt needs to properly run. (Seepackage.json
file.) -
Enable and Set Default - There are a couple ways to enable themes in Drupal:
-
Drush If you have Drush installed:
- Run
drush pm-enable BootstrapBlocks
- … And then
drush vset theme_default BootstrapBlocks
- Run
-
Administraion UI - Navigate to
admin/appearance/list
and click "Enable and set default"
-
Drush If you have Drush installed:
For more information on installing themes in Drupal, please visit the official Theme Installation documentation on drupal.org.