Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.08 KB

readme.md

File metadata and controls

55 lines (36 loc) · 2.08 KB

WordCamp Iloilo 2018 CSS

About

This plugin generates the custom CSS for the WordCamp Iloilo 2018 theme and a style guide using KSS methodology. This is a modified version of WordCamp Europe 2016 CSS plugin by @scottsweb.

Getting Started

Install node.js.

npm install gulp
npm install

You are done.

gulp

Use gulp for on–the–fly updates of your code (templates, js, css) and style guide.

gulp build

This will create a build directory for project assets and a styleguide directory from your KSS documentation in CSS without browser-sync live preview.

Directory Structure

Feel free to modify everything in the source directory and keep in mind that styleguide and build directories are rebuilt with each gulp build command.

gulpfile.js
package.json
readme.md
source/
├── assets/ [images, stylesheets]
├── styleguide-template/ [modified KSS template for generating style guides]
├── kss-config.json [style guide configuration]
└── styleguide.md [description of the project and the style guide]

build/ [generated via gulp]
styleguide/ [generated via gulp]

Interesting Bits

Additional Resources

More information about style guides.

Articles and tools to start documenting interfaces and build style guides: