What are Github Project Pages and how to use them?

9.4k Views Asked by At

I am confused about Github "project pages". How are they different from the "user pages"?

I am using Github Pages for my personal website with custom domain. I'd like to add another site to it like this http://serhii-css.com/my-other-website, like another repository. Is it possible?

Thank you.

1

There are 1 best solutions below

1
On BEST ANSWER

I finally figured this out.

  1. Got to github.com
  2. Create a new repository (for example "new-project")
  3. Got to the setting of this repository
  4. In the "Github Pages" section make sure to have "master branch" or "gh-pages" selected under "Source"
  5. Now your new repository will be available at http(s)://<username>.github.io/new-project

enter image description here