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.