Neat is a starter theme built by Ahmad Awais [http://AhmadAwais.com/about/]
- Saas
- Gulp
- Bower
- Lean PHP files with next to no syntax
- Custom architecture design
- Theme zip file build with Gulp
-
Grab a copy of this theme or Clone this theme, E.g. go to the themes folder then run
git clone https://github.com/ahmadawais/neat-Advanced-WordPress-Base-Theme
-
You need Node.js & Sass installed if you haven't installed it, go ahead and install it first. Once you have Node, Sass and the theme installed, the next step is simple enough.
-
Install Dependencies — Open a command prompt/terminal and navigate to your theme's root directory and run this command:
npm install
- This installs all the necessary Gulp plugins to help with task automation such as Sass compiling and browser-sync! You'll need to run this step on each of your projects, going forward. -
Set your project configuration in gulpfile.js!! Be sure to go into gulpfile.js and setup the project configuration variables. This is important for using Browser-Sync with your project. Make sure in gulpfile.js that you set the project variable to the appropriate name for your project URL. Default is "yourlocal.dev"
-
Install Bower - In the command prompt/terminal run this command:
npm install -g bower
. This installs Bower (the -g flag installs globally, not just in the current directory, super friends). Your only need to do this step once. -
Run
gulp
command in the root folder of your theme and it will start generating CSS from Sass and everything else -
Run
gulp images
to optimize images and only place the images inassets/img/raw/
folder, they'll moved toassets/img/
once optimized -
To build an installable zip file of your theme, use command
gulp build
and your project.zip file will be created as well as abuildTheme
folder, where you can see what was zipped.
Neat was released under GPL v2.