Download the zipped theme on the releases page.
git clone https://github.com/ucsc/twentyeleven-ucsc.git
.gem install bundler
bundle install
node
and npm
by downloading the installer from nodejs.com.npm install -g gulp
This configuration makes the following assumptions:
your-project-folder/
/twentyeleven-ucsantacruz
/wordpress
twentyeleven
theme installed at:wordpress/wp-content/themes/twentyeleven
. When you run gulp
, the theme files will be compiled and added to:
wordpress/wp-content/themes/twentyeleven-ucsantacruz
In a terminal window, run gulp
in the project root to compile the theme files and copy them into the theme directory.
Running gulp build
will compile the twentyeleven-ucsantacruz theme files into a zip archive that you can manually upload to your Wordpress site through the web interface.