Where can I see GitHub Pages?

To see your GitHub Pages website in action, you can go to your GitHub profile. If you have a public repository, you'll see your website listed under the “Viewing” section. If you don't have a public repository, you'll see a link to create one.

Visit GitHub Pages from your browser.

If you're new to GitHub Pages or simply don't know where to find it, create a repository in the GitHub website. When you do, you'll see a menu in the sidebar that includes the Pages option. Choose it, and you'll be presented with a page that shows your site's current version.

Go to https://github.com/github/github-pages.

The GitHub Pages website is the default page that is served when you visit your repository’s website on GitHub.com. You can view your website without creating a local website, and all of the pages are automatically generated with a consistent look and feel.

Log in with your GitHub account.

If you don’t yet have a GitHub Pages site, you can create one for free. Once you’ve signed up for a GitHub Pages account, you’ll be able to create a new website by clicking your avatar in the upper right corner of the GitHub interface. If you’ve previously created a site, you can switch to GitHub Pages by clicking the gear icon and choosing the GitHub Pages option.

Click the “New page” button.

You can see all of your GitHub Pages by going to your GitHub account. You can sort your repositories by your Pages.

Type in the page name.

The easiest way to view your GitHub Pages website is to go to your repository’s listing on GitHub.com, click the Settings cog icon at the top right of the page, and then click the Pages tab. You’ll see your website listed, along with any commits you’ve made that are published. If you don’t see your website, make sure that you’ve published all of your commits. Pages are only published when you push commits to your repository.

Type in the page content.

If you’re not able to view the content of the page, then you might need to check the GitHub Pages settings. Go to Settings > GitHub Pages and make sure that the Pages section is checked. If it’s not, click the check mark and click Save.

Click “Create page.”

Go to your GitHub Pages website, which will be located at your organization’s website, and click the “Pages” navigation menu. You should see all your pages listed here. If you don’t see your page, click the “Settings” menu, then click the “Pages” option.

Conclusion

Once you have created or forked a GitHub Pages website, you will see the website in the list of repositories that you manage.