CJ.css
CJ.css

Reputation: 861

What are Github Project Pages and how to use them?

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.

Upvotes: 15

Views: 11722

Answers (1)

CJ.css
CJ.css

Reputation: 861

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

Upvotes: 21

Related Questions