Ianua is a WordPress theme that will help you make better WordPress websites.
- Source: https://github.com/jasperf/ianua/tree/master/site/web/app/themes/ianua
- Homepage: https://ianua.com
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.
- gulp build script that compiles both Sass and Less, checks for JavaScript errors, optimizes images, and concatenates and minifies files
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.
Edit lib/setup.php
to enable or disable theme features, setup navigation menus, post thumbnail sizes, post formats, and sidebars.
Sage documentation is available at https://ianua.com/.
Contributions are welcome from everyone. We have contributing guidelines to help you get started.