WordPress Theme for Cavalier Robotics
You're going to need to install WordPress. If you're on a Mac, you can run WordPress locally using MAMP.
Once you've installed WordPress, go to /wp-content/themes/ and make a new folder titled CavTheme. Place the contents of this repository in that folder.
CavTheme currently uses SASS and Compass to create its stylesheets. Both SASS and Compass are made Ruby.
If you're on a Mac, you can type these five commands into the terminal to install Sass and Compass.
gem update --system
sudo gem update --system
sudo gem install sass
gem install compass
sudo gem install compass
While developing stylesheets, it is highly recommended you change the following values in the config.rb file:
output_style = :compressedtooutput_style = :nestedline_comments = falsetoline_comments = true