dev-master
9999999-devConfiture theme.
GPL-2.0+
The Requires
- php >=5.4
- composer/installers ~1.0
- wpackagist-plugin/json-rest-api 1.2.1
The Development Requires
- php >=5.4
by Luc Princen
wordpress framework javascript theme
Confiture theme.
Confiture is a modern WordPress theme running almost completely on javascript. It uses Backbone for structure, Handlebars for templating and uses the JSON REST API which will be part of WP core very soon., (*1)
Prerequisite | How to check | How to install |
---|---|---|
PHP >= 5.4.x | php -v |
php.net |
Node.js 0.12.x | node -v |
nodejs.org |
grunt >= 0.44 | grunt -v |
npm install -g grunt |
Bower >= 1.3.12 | bower -v |
npm install -g bower |
Clone the git repo - git clone https://github.com/chefduweb/confit.git
and then rename the directory to the name of your theme or website, or install with composer:, (*2)
composer require chefduweb/confit
, (*3)
If you install using composer, Confiture will use WPackagist to load in in the JSON REST API as a dependency., (*4)
After you have all the files you need to let NPM and bower install the other packages:, (*5)
npm install
to install the workflow packages.bower install
to install all frontend dependencies.After installing all dependencies you need to change one Url in package.json
:
change the appUrl
variable to the url of your WordPress site (BrowserSync uses this variable to create proxies)., (*6)
The theme was created by Luc Princen, who continues to lead the development., (*7)
All issues and pull requests should be filled on the chefduweb/confit repository., (*8)
The Confiture Theme is open-source software licensed under GPL-2+ license., (*9)
Confiture theme.
GPL-2.0+
wordpress framework javascript theme