* Club: starting to implement the post list of the index template
* Club: implementing post list as a pattern
* Club: implement archives page
* club: post date uppercase
* Club: changing 'read more' for 'Read it'
* Club: post title font weight
* Club: post list pattern: makink post items have the same height
In addition to hard coding a Github token in the actual `create-a-theme-checklist.js` file, we now have the option to read the token from the `THEME_GITHUB_TOKEN` environment variable.
This approach has the benefit of not including a secret like a token in source code.