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

  1. Download and enable radix: drush dl radix; drush en radix -y; drush config-set system.theme default radix -y
  2. Create a subtheme: drush cc drush; drush radix "SUBTHEME NAME"
  3. Set default theme: drush en SUBTHEME_NAME -y; drush config-set system.theme default SUBTHEME_NAME -y
  4. Install required modules: cd /path/to/subtheme; npm run setup
  5. Update proxy in /path/to/subtheme/config.json
  6. Watch: gulp

Quick start for Drupal 7

  1. Download and enable radix: drush en radix -y; drush vset theme_default radix
  2. Create a subtheme: drush cc all; drush radix "SUBTHEME NAME"
  3. Set default theme: drush en SUBTHEME_NAME -y; drush vset theme_default SUBTHEME_NAME
  4. Install required modules: cd /path/to/subtheme; npm run setup
  5. Update browserSyncProxy in /path/to/subtheme/config.json
  6. 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

Support