Pixie is a WordPress Starter Theme for creating nice new themes, speed up your wordpress development and to not repeat yourself every time when you are starting new project. Pixie uses Bourbon and Neat. Bourbon is simple and lightweight mixin library for Sass. Neat is A lightweight semantic grid framework.
With those two combinations you have all what you need to create awesome theme for your client.
Version: 1.1
Click Pixie Demo to preview demo site.
Clone repository to your folder in wp-content/themes.
https://github.com/kresogalic8/pixie.git
After cloning repository, rename folder name however you want - for example "emerald". After renaming you need to change gulpfile.js with your new theme name. Here is the line where you need to change theme name:
proxy : "http://localhost/pixie/"
Finally, you need to install all dependencies for Gulp, so gulp can run all tasks we have. Go to your theme folder in command line and run:
npm install
And here comes the magic part. Run gulp and all tasks are running.
gulp
- Easy to use
- Responsive layout
- Modular SCSS structure
- Mixin library Bourbon
- Flexible grid with Neat
- Gulp for processing all SASS, JavaScript and images, and cross-device refreshing with BrowserSync
- Woocommerce compatible
- Blog layout
Much more is coming. Anyone and everyone is welcome to contribute!