How to publish a site
- create github account
- create github repository
- on your computer
git clone [repo url]
- put files into your new folder
git add .
git commit -m "my files"
git checkout -b gh-pages
git push origin gh-pages
Make sure you have a file called index.html in your repository and then http://your-user-name.github.io/project-name should work