wp-theme-willow

GPL-2.0 License

Stars
3

Willow Build Status license

This theme extend default theme "Twenty Sixteen".In PC views,this theme exchange the article page columns in one column from two column, and Photos in black and white.

Features

  • gulp
  • webpack
  • Sass
  • Babel

Setup

  1. Make WordPress environment.

  2. Install some dependencies, and set your hostname.Default is willow.dev.

  3. Install Node modules

     $ npm install
    
  4. Run gulp. You don't need to install gulp globally.

     // Development
     $ npm run dev
    
     // Production (compress)
     $ npm run prod
    
     // Build
     $ npm run build
    
Badges
Extracted from project README
Build Status license