项目作者: ucsc

项目描述 :
UCSC Science Division Custom WordPress theme based on Underscores
高级语言: JavaScript
项目地址: git://github.com/ucsc/pbsci-wordpress-theme.git
创建时间: 2018-07-12T23:03:29Z
项目社区:https://github.com/ucsc/pbsci-wordpress-theme

开源协议:GNU General Public License v2.0

下载


UC Santa Cruz PBSci/Science Division WordPress Theme

WordPress theme for UC Santa,Cruz Science, created with _s.

Built with

Dependencies

Install and build

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:

  1. npm install

Wait several minutes for the installation to complete and you’re in business!

Gulp tasks

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.

  1. gulp styles

The gulp watch task will continuously watch your /assets/sass/ directory and rebuild your styles every time you save a SASS file.

  1. gulp watch

Additional Requirements

The Science website also requires a custom plugin to run properly.

Credits