Getting Started With Github Pages
Github Pages is a simple way to host your website online. Here is how to get started:
- Create an account on Github.
- Create a new repository.
- Clone with Github Desktop.
- Open repo with favorite app.
- Create an
index.html
and astyle.css
. - Add content
- Press the button, and create a new branch called
gh-pages
. - Switch to the "Uncommitted Changes" tab.
- Type something in for the Summary and Description.
- Press "Commit to gh-pages".
- Then press Publish.
- Go to github.com/<username>/<repo>
Code at owebboy/github-pages-tutorial.