This is a WordPress starter theme. This theme differs from the rest as it makes use to the fantastic Timber Library allowing you to use the Twig templating language. Timber facilitates a separation of concerns in Wordpress splitting the data and view of your project.
Make sure to fork! If you do, you get a cookie.
- php 5.4
- nodejs
- grunt
- Composer
- Zero Library
To get the latest version of Zero theme, simply download zero, unzip it to your wordpress theme folder and add the following line to the require block of your composer.json
file:
{
"require": {
"gwa/zero-library" : "~3.3.0"
}
}
You'll then need to run composer install
or composer update
to download it and have the autoloader updated and npm install
to start working with Grunt.
If you make some changes on gettext __() or {{ __() }}
funtions, you need to run grunt in your console.
Zero theme is licensed under The MIT License (MIT).