Skip to content

hiof/casper-hiof

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-HiØ, alternativ 2, Casper

About

A Østfold University College version of the Casper wordpress theme

Copyright

  • This project is distributed under a GNU General Public License v3 - Take a look at the COPYING file for details.

Required knowledge

This package require knowledge of the following technologies, technics and modules:

Install

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/casper-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

Development

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 Casper template 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

Build

The following commands are now available within the project folder $ grunt build.

  • $ grunt build: Builds the code to /dist folder ready for deploy

Deploy

Copy the content of the /dist folder to your wp-content folder.

Releases

Github releases

Roadmap

About

A starter child theme for Casper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 59.4%
  • PHP 20.9%
  • CSS 19.7%