WordPress theme for the State of the Commons. Built with Foundation Framework and queulat
you should have installed:
- Node
- Composer
Go to the frontend
directory and execute
npm install
gulp watch
execute a watch task over the .scss files and trigger node-sass when detect changes, the css file is automatically generated and copied to the css directoryassets/css
gulp build-js
grab all the Js dependencies specified ingulpfile.js
and generate and copy a minified js to theassets/js
directorygulp build-css
grab al the css dependencies specified ingulpfile.js
and generate and copy a minified css to theassets/css
directorygulp imgmin
perform an image compression task usinggulp-imagemin
. it replaces the current images with the compressed ones
You can install these dependencies by executing composer install
in the root ot this theme
Queulat is a development toolkit for WordPress which is necessary to make the theme work
Multilanguage support for Wordpress.