UCSC Science Division Custom WordPress theme based on Underscores
WordPress theme for UC Santa,Cruz Science, created with _s.
Clone this repository into the /wp-content/themes/
directory of your WordPress development environment. Navigate to the directory you cloned this repo into with your terminal and type:
npm install
Wait several minutes for the installation to complete and you’re in business!
There are two Gulp tasks defined in the gulpfile.js
file:
There is no style.css
file in this repo. The gulp styles
task will build your style.css
file based on the SASS files located in /assets/sass/
. This task will also created minified styles, saved as styles.min.css
.
gulp styles
The gulp watch
task will continuously watch your /assets/sass/
directory and rebuild your styles every time you save a SASS file.
gulp watch
The Science website also requires a custom plugin to run properly.