Host websites – Just edit, push, and your changes are live.

Follow Githubs guide here.

User site

git add --all
git commit -m "Initial commit"
git push -u origin master

Project site

git add --all
git commit -m "Initial commit"
git push -u origin master

Custom domain name

See Githubs documentation

Add your custom domain name

Confirm your custom domain name on Github

Set up your custom domain with your DNS provider