oliverpope

computer scientist

Getting Started With Github Pages

Github Pages is a simple way to host your website online. Here is how to get started:

  1. Create an account on Github.
  2. Create a new repository.
  3. Clone with Github Desktop.
  4. Open repo with favorite app.
  5. Create an index.html and a style.css.
  6. Add content
  7. Press the button, and create a new branch called gh-pages.
  8. Switch to the "Uncommitted Changes" tab.
  9. Type something in for the Summary and Description.
  10. Press "Commit to gh-pages".
  11. Then press Publish.
  12. Go to github.com/<username>/<repo>

Code at owebboy/github-pages-tutorial.