tamlyn / planet4-master-theme

Wordpress master theme for the Greenpeace Planet4 project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Greenpeace Planet4 Master Theme

Planet4

Introduction

What is it?

This is the master Wordpress theme for Greenpeace Planet4 project. You can learn more about this project on the planet4 blog.

This theme is based on the timber/starter-theme codebase. It has a correlated child theme.

How to use this theme in planet4

You can use the theme in Wordpress directly, by including it at your composer.json file:

"require": {
    ...
    "greenpeace/planet4-master-theme" : "X.X.X",
    "greenpeace/planet4-child-theme" : "X.X.X",
    ...
},

By default the child theme is used but you can activate the master theme by specifying it in wp-cli.yml like:

theme activate:
  - planet4-master-theme

You can then run composer run-script theme:activate to activate it.

Contribute

Please read the Contribution Guidelines for Planet4.

About

Wordpress master theme for the Greenpeace Planet4 project

License:MIT License


Languages

Language:PHP 50.1%Language:CSS 23.3%Language:HTML 17.4%Language:JavaScript 7.3%Language:Shell 1.6%Language:Hack 0.3%