Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.87 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.87 KB

Build Status devDependency Status

Ianua is a WordPress theme that will help you make better WordPress websites.

Requirements

Prerequisite How to check How to install
PHP >= 5.4.x php -v php.net
Node.js 0.12.x node -v nodejs.org
gulp >= 3.8.10 gulp -v npm install -g gulp
Bower >= 1.3.12 bower -v npm install -g bower

npm install --unsafe-perm=true to keep this baby up and running with old gulp-sass 2.x .

For more installation notes, refer to the Install gulp and Bower section in this document.

Features

  • gulp build script that compiles both Sass and Less, checks for JavaScript errors, optimizes images, and concatenates and minifies files

Theme installation

Bottom line is you want to get the files in this repo into your local development environment. There are many ways to do this, two of which we will cover here.

Theme setup

Edit lib/setup.php to enable or disable theme features, setup navigation menus, post thumbnail sizes, post formats, and sidebars.

Documentation

Sage documentation is available at https://ianua.com/.

Contributing

Contributions are welcome from everyone. We have contributing guidelines to help you get started.