gwa/zero

WordPress Starter Theme with Twig for use as a starting template for building custom themes.

Installs: 31

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 5

Forks: 0

Open Issues: 0

Type:wordpress-theme

v3.0.0 2015-10-30 15:49 UTC

README

Zero

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

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).