gwa / zero
WordPress Starter Theme with Twig for use as a starting template for building custom themes.
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 5
Forks: 0
Open Issues: 0
Type:wordpress-theme
Requires
- php: >=5.4.0
- gwa/zero-library: ~3.3.0
Requires (Dev)
- fabpot/php-cs-fixer: ~1.10
- phpunit/phpunit: ~4.8
README
Description
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.
Requirements
- php 5.4
- nodejs
- grunt
- Composer
- Zero Library
Installation
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.
License
Zero theme is licensed under The MIT License (MIT).