A simple blog hosted on Github Pages. Uses its own Github Issues as a storage media for posts and comments through the Github.js API.
This is just an early prototype and would probably benefit from request caching and pagination.
-
Fork.
-
To increase rate limit, create a Github Application and then follow this simple guide to generate an OAuth token without needing to use the webflow.
-
Change the globals in
lib/globals.jsto suit your needs:
(function () {
'use strict';
window.USERNAME = 'your username here';
window.REPO = 'your repo name here';
window.TOKEN = 'your app access token here';
}());- Push to
gh-pagesbranch.
Could be extended with a bunch of features, but I'm keeping it simple to let you guys experiment.