Skip to content

gwa/zero

Repository files navigation

Zero Wordpress Starter theme using Timber

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

About

WordPress Starter Theme with Twig for use as a starting template for building custom themes. Uses Twig, Composer and PSR-2.

Resources

License

Stars

Watchers

Forks

Packages

No packages published