Direkte Webseite .... einfach per https aufrufen
Anleitung auf https://pages.github.com/
git clone https://github.com/username/username.github.io
cd username.github.io
echo "Hello World" > index.html
git add --all
git commit -m "Initial commit"
git push -u origin master