Skip to content

Circlus/openblog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openblog

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.

Setup

  1. Fork.

  2. 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.

  3. Change the globals in lib/globals.js to suit your needs:

(function () {
  'use strict';

  window.USERNAME = 'your username here';
  window.REPO = 'your repo name here';
  window.TOKEN = 'your app access token here';
}());
  1. Push to gh-pages branch.

Could be extended with a bunch of features, but I'm keeping it simple to let you guys experiment.

About

A Github-hosted blog using issues for storing posts and comments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 65.7%
  • JavaScript 24.2%
  • HTML 10.1%