Radix
Component ID
1754374
Component name
Radix
Component type
theme
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
108395
Component created
Component changed
Component body
Radix is a base theme for Drupal. It has Bootstrap, Sass, Gulp, BrowserSync and Font Awesome built-in.
Documentation
See http://docs.radixtheme.org.
Quick start for Drupal 8
- Download and enable radix:
drush dl radix; drush en radix -y; drush config-set system.theme default radix -y
- Create a subtheme:
drush cc drush; drush radix "SUBTHEME NAME"
- Set default theme:
drush en SUBTHEME_NAME -y; drush config-set system.theme default SUBTHEME_NAME -y
- Install required modules:
cd /path/to/subtheme; npm run setup
- Update
proxy
in/path/to/subtheme/config.json
- Watch:
gulp
Quick start for Drupal 7
- Download and enable radix:
drush en radix -y; drush vset theme_default radix
- Create a subtheme:
drush cc all; drush radix "SUBTHEME NAME"
- Set default theme:
drush en SUBTHEME_NAME -y; drush vset theme_default SUBTHEME_NAME
- Install required modules:
cd /path/to/subtheme; npm run setup
- Update
browserSyncProxy
in/path/to/subtheme/config.json
- Watch:
gulp
Note: Radix for Drupal 7 requires jQuery 1.7. You can update jQuery using jQuery Update or jQuery Multi.
Using Composer
Add Drupal.org as a source for your packages. See the guide here. Then install Radix using:
composer require drupal/radix
Distributions using Radix
- Open Atrium: Open Atrium is an intranet in a box that has group spaces to allow different teams to have their own conversations and collaboration.
- Open Academy: Open Academy is a Drupal distribution that brings the best in web publishing for higher education on a customizable Drupal platform.
- Open Berkeley: Open Berkeley is a turnkey web platform solution for UC Berkeley campus websites.
- Open Restaurant: The Open Restaurant distribution has everything you need to kickstart your restaurant website. It comes with a menu management system, a reservation system, a customizable blog and events management.
Features
- Components and plugins from Bootstrap
- Responsive Panels with Radix Layouts
- Sass, Gulp, BrowserSync and Font Awesome built-in
- Drush intergration:
drush radix "My Subtheme"
- Works with Bootswatch themes:
drush radix "My Subtheme" --bootswatch=cerulean"
Dependencies
- Radix requires jQuery 1.7. You can update jQuery using the jQuery Update module.
Contrib Modules
- Radix Layouts: Provides responsive layouts for Panels.
- Radix Views: Build responsive grids with Views.
- Radix Colorizer: Make your theme colorizable. Easily. (demo).
- Bootstrap Library: Loads Bootstrap JS library locally instead of CDN.
Support
- Issue queue: Create an issue in the issue queue.
- Twitter: Ask us on Twitter: @radixtheme