Radix is a base theme for Backdrop. It has Bootstrap and Sass, and makes it easy to build responsive themes.
http://radixtheme.github.io/documentation
http://dev-radix-backdrop.pantheon.io
- Click on Download ZIP in the sidebar to download a copy of the theme.
- Extract the files and rename the folder to radix.
- Copy and place the radix folder to /themes.
- Copy the default kit under radix/kits.
- Place the default kit in your themes folder at /themes.
- Rename the default folder to YOUR_THEME_NAME.
- Edit default.info and replace {{Name}} and {{Description}} with your theme name and description respectively.
- Rename default.info to YOUR_THEME_NAME.info
- Edit template.php and rename the default_css_alter to YOUR_THEME_NAME_css_alter
- Comment or delete the line
hidden = true. - Go to Appearance and enable your theme.
Radix uses Sass as a CSS extension language. To compile Sass you will need compass. Follow the instructions below to install Compass.
Using the command line:
- Install Bundler:
$ sudo gem install bundler. - Go to your theme directory created above and run the following command:
bundle install - To watch for Sass changes, run
bundle exec compass watch - Go to assets/sass/_layouts and add your Sass code there.
- Your Sass will be compile and if you refresh your site you will be able to see your changes.
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.
- Arshad Chummun (http://github.com/arshad)