Skip to content

jppotess/Genstaki

Repository files navigation

#Genstaki

A WordPress starter theme for custom development

Features

Dependencies

Installation

  • run npm install in the theme root after dependencies are installed
  • configure browsersync to point to your local dev site

Use

gulp - default task

  • cleans existing app folder
  • compiles .jade, .scss, .js(ES6) to respective folders in app
  • serves files with broswersync
  • sets watch task to .jade, .scss, .js, and functions.php files

CSS folder structure is inteneded for a modular CSS approach. Currently you have to import each new .scss file into the main _index.scss file for that folder. I'll be workin on a way around this in the future.

To Do

  • elegant way for normalize/bourbon/neat/ and css modules without imports for each new file created

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published