Create your own free GitHub Pages website
Unofficial WalkthroughGitHub Pages can host your website and connect it to your domain (.com) for free.
GitHub is a code hosting platform for version control that lets you and others work together on projects from anywhere.
Create Your Site
- Start a free GitHub account.
- Click Repositories.
- Click New.
- Name your repository.
- Click Create repository.
- Under Code > Quick Setup > Click Get started by creating a new file.
- Name your file: index.html
- Add any text you want to show on your site, or:
- Scroll down and click Commit new file.
Publish Your Site
- Click Settings.
- On the left sidebar under General > Code and Automation > Click Pages
- Under Branch, click the dropdown and select main.
- Click Save.
View Your Live Site
- Click Code.
- Click Settings again to refresh the page.
- Within a minute, you should see your website's URL at the top of the page in the format: username.github.io/repository name.
______________________________________
GitHub Pages can use HTML or Markdown Language both are easy with a little practice.
GitHub's Instructions: GitHub Docs - Creating A GitHub Pages Site
Connect Your Own Domain (.com)
Once you've bought a domain from a provider like domain.com or others, in GitHub,
- Click Settings.
- On the left sidebar under General > Code and Automation > Click Pages.
- Under Custom Domain, enter your .com domain name and click Save.
- Click Save.
- Your Domain can take 24 hours to connect.
Site under construction