Skip to content

AngusP/inf4-hci-2

gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
css
 
 
 
 
img
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Installation

Using Jekyll which can be installed using

$ gem install jekyll
...
$ gem install jekyll-paginate

Running (& Compiling)

From the root project dorectory (where _config.yml is) run

$ jekyll serve -w

or if you just want to build into _site:

$ jekyll build

Deploying

GitHub pages will auto build and serve from the gh-pages branch.