Media Computation Skills Lab

MTEC 1003 - Spring 2015

Lab 13, Part 2 - GitHub Pages

Overview

Instructions

Cleaning Up

Creating a Project Page

Verify Your GitHub Email

To create pages on github, you need to have a valid email address. The email linked to your github account may already be verified, so start off by checking that. If not, you can prove that you have a valid email address by going through github’s email verification process.

Create Your Page in a Branch

git branch
* master
git checkout -b gh-pages
Switched to a new branch 'gh-pages'
git branch
* gh-pages
  master
nano index.html
git push origin gh-pages
 * [new branch]      gh-pages -> gh-pages

What to do While Waiting

Resources and Possibilities

MTEC 1003 - Media Computation Skills Lab - Spring 2015