Simply follow the instructions on GitHub Pages link which is equivalent to:
- Create a new empty repository following this EXACT naming convention:
- username.github.io
- Where username == your user name on github
- Ex. if my user name is Scott then the repository should be named Scott.github.io
- Do not initialize a README file
- If you are using blogdown then create a git repository in the public folder
- Commit everything in the public folder and push to your newly created repository
DONE!