Tweme is a super lightweight integration of Twitter Bootstrap in the Drupal CMS with several UX enhancements. It delivers all the power of this amazing web framework directly to your Drupal site and ready to use right out of the box.
Version: 7.x-1.1-alpha3
Features
- Automatic carousel animation for blocks in the "Featured" region
- New Automatic ScrollSpy navigation block (via TwemeX)
- Full-featured navbar with integrated logo, search box and main menu
- Affixed sidebars for table of contents or social plugins
- Special regions for counters, trackers or custom code
- HTML5 markup
- Responsive design
- ... and dozens of small but important enhancements
Requirements
- jQuery 1.7.2
- Twitter Bootstrap 2.3.2
Installation
- Install the latest dev version of jQuery Update module and configure it to use jQuery 1.7.
- Download Twitter Bootstrap library and place it inside
sites/all/libraries/bootstrapfolder. - That's it! Enable Tweme.
Ensure that the path to `bootstrap.css` is `sites/all/libraries/bootstrap/css/bootstrap.css`.
Installation via Drush
You can completely install and enable Tweme using Drush. Just run the following commands from your Drupal root folder:
drush dl tweme
drush make --no-core sites/all/themes/tweme/tweme.make # type "y" when asked
drush en jquery_update
drush vset --format=string jquery_update_jquery_version 1.7
drush en tweme
drush vset theme_default tweme
Screenshots

Similar themes
| Tweme | Bootstrap | |
|---|---|---|
| Twitter Bootstrap integration | ||
| HTML5 markup | ||
| Responsive deign | ||
| Package size | 36 KB | 161 KB |
| Drupal core overrides | Minimum | Lots |
| Automatic carousel animation | ||
| Full-featured navbar | ||
| Admin Menu support | ||
| Libraries API support | ||
| Using out of the box | Good | Poor |
Tony ★