Skip to content

windring/Koishumi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koishumi

Koishumi is a blogging platform based Github API.

What's Koishumi?

Quite a few static blogging platforms need building files. But in Koishumi, you don't need to build any file. There is just one thing you should do, that is to push markdown files to your repo, and you'll find your blog is ready.

How to use it?

  1. Fork this repo to your account.
  2. Change settings and titles.
  3. Upload files.
  4. Enjoy!

How to set up Comments?

Koishumi supports two kinds of comment hosting service, one is Disqus and the other is DuoShuo. To use it, just change the setting in index.html.

Like this,

var config = {
  ...
  comment: {
    type: 'disqus',
    shortname: 'koishumi'
  }
}

Change koishumi to your site's shortname!

Bugs and feature reporting

Search for existing and closed issues, if it's not addressed yet, open a new issue.

LICENSE

This software is free to use under the Apache 2.0.

About

Yet another blog using Github API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 60.1%
  • CSS 20.1%
  • HTML 19.8%