#Bootstrap Blocks ![Gitter](https://badges.gitter.im/Join Chat.svg)
Bootstrap Blocks is a Bootstrap-based, HTML5 BP base theme for Drupal 7.x. Includes lots of goodies, like Icomoon, and Modernizr.
##Features
- Bootstrap integration
- Clean HTML5 templates
- Icomoon Support
- HTML5 Boilerplate
- Grunt
- Cleaned Drupal output
- Organized, easy to understand folder structure
- Cool
drush make
file: bootstrapblocks.make
##The Module Bootstrap Blocks Module allows you to add custom Bootstrap-ized elements, like configurable Bootstrap menu blocks, navbars (including a nice Administration navbar) carousels from content types, and more. It's pretty much a staple for using this theme.
Installation
Pretty easy stuff:
- Get the Files - Download or clone the repository into Drupal's
sites/all/themes
directory. Or, just usedrush make
with the bootstrapblocks.make file. - Install jQuery Update -
drush en jquery_update -y
, or download and install the jQuery Update module manually. - Install Grunt Requirements -
cd
to the theme root and runnpm install
. This will install all the npm packages that Grunt needs to properly run. - 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 && drush vset theme_default BootstrapBlocks
- 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.
Extension
This project is meant to be a base theme. You can take it and build a custom theme on it, or use it as a parent theme to your own theme.
Contrubution
โฆ is welcome and wanted. :) fork and contribute!
##License licensed under the MIT License.