Creating an Index
I was able to deploy the blog to GitHub. The most interesting part was acquiring a access token. An access token is used to authenticate a user and is intended to be used in automated scripts.
Because access tokens enable you to interact with your repository it should be
kept secret. I did this by creating a .bash_tokens
file outside version
control that sets and exports GH_TOKEN
that can be used in a deploy script.
With the most important parts out of the way, it is time to creating an index of posts. At the moment you should already know the posts before you can reach it, which is sub-optimal.