Skip to content

MAldridge422/CavTheme

Repository files navigation

CavTheme

WordPress Theme for Cavalier Robotics

Wordpress

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.

SASS and Compass

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 = :compressed to output_style = :nested
  • line_comments = false to line_comments = true

About

Wordpress Theme for Cavalier Robotics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors