git orphan branch

Orphan branch can be used for related but dedicated content - for example Github Page of repo.

git checkout --orphan docs
git rm --cached -r .
git add index.md
git commit -m "add index.md"
git push -u origin docs