A Østfold University College version of the Twenty Sixteen Wordpress theme
- This project is distributed under a GNU General Public License v3 - Take a look at the COPYING file for details.
This package require knowledge of the following technologies, technics and modules:
- Javascript
- CSS
- HTML
- Bootstrap
- Node.js
- Grunt and Grunt tasks (see
Gruntfile.js
for details) - Bower
- SSH
- Git
Install Git if it's not already installed on your computer. Then run (this will download this project to the folder the shell has open):
$ git clone https://github.com/hiof/twentysixteen-child-hiof.git
Install Node.js) if it's not already installed on your computer. Then run (this will install the project dependencies):
$ sudo npm install -g grunt-cli
$ npm install
$ bower install
While working on this theme we recommend vccw as a local development environment. Rename the downloaded project folder to vw
. The continuous-build configuration in this project require that the vw
folder is a sibling to the parent directory of this project.
This project require the Twenty Sixteen to be downloaded and installed in the Wordpress themes
folder.
The following command is available within the project folder to continuously watch for changes within the /app/ folder and deploy changes to ../vw/wordpress/wp-content/themes/
directory.
$ grunt watch
The following commands are now available within the project folder $ grunt build
.
- $ grunt build: Builds the code to /dist folder ready for deploy
Copy the content of the /dist folder to your wp-content folder.
- v1.0.0