Skip to content
Patrick Coffey edited this page Jul 10, 2013 · 3 revisions

#Installation

  1. Get the Files - Download or clone the repository into Drupal's sites/all/themes directory.
  2. Install Grunt Requirements - cd to the theme root and run npm install. This will install all the npm packages that Grunt needs to properly run. (See package.json file.)
  3. Enable and Set Default - There are a couple ways to enable themes in Drupal:
    1. Drush If you have Drush installed:
      1. Run drush pm-enable BootstrapBlocks
      2. … And then drush vset theme_default BootstrapBlocks
    2. Administraion UI - Navigate to admin/appearance/list and click "Enable and set default"

For more information on installing themes in Drupal, please visit the official Theme Installation documentation on drupal.org.

Clone this wiki locally