Tutorial by Examples

Go to the GitHub website Open your repository Click Settings Under GitHub Pages, click "Launch Automatic Page Generator" Follow the instructions
Create a new repository or clone an existing one. Create a new branch called gh-pages without any history $ git checkout --orphan gh-pages # ensure you are in the correct directory then, # remove all files from the old working tree $ git rm -rf Add an index.html file to the root of t...
You will need a domain name from a registrar. In the gh-pages branch of your project repository, or the main branch of your username.github.io repository, create a CNAME file with the contents www.yourdomain.com - the canonical domain. At your registrar's domain configuration page, point your doma...

Page 1 of 1