Making your github.io repository
Sun 01 July 2018 by authornameRunning Pelican creates an docs
folder with your static website. The next step is to take the contents of this folder and put it in a git repostiory named user.github.io where user is your github user name. That should be it.
- First you need a github account. You can Create a github account here.
- Second, create a repository named user.github.io.
- Add the contents of
docs
to the user.github.io repository
If you are new to github you may just want to drag and drop the contents of your docs
directory into "add files"