Optional - Publish your static site with GitHub Pages
- Register and sign in to a free GitHub account
- Create a new repository called
{your username}.github.io - Clone that repostory
- Create a
gh_pagesbranch in that repository.
git checkout -b gh_pages
-
Copy the static content from the
websitefolder into{your username}.github.io -
Commit all changes.
git add *
git commit
- 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.
- Visit
https://{your username}.github.io