Optional - Publish your static site with GitHub Pages

  1. Register and sign in to a free GitHub account
  2. Create a new repository called {your username}.github.io
  3. Clone that repostory
  4. Create a gh_pages branch in that repository.
git checkout -b gh_pages
  1. Copy the static content from the website folder into {your username}.github.io

  2. Commit all changes.

git add *
git commit
  1. Push the changes to GitHub
git push -u origin gh_pages

TIp: It grab a fresh drink, GitHub may take a few minutes to update.

  1. Visit https://{your username}.github.io