Koishumi is a blogging platform based Github API.
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.
- Fork this repo to your account.
- Change settings and titles.
- Upload files.
- Enjoy!
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!
Search for existing and closed issues, if it's not addressed yet, open a new issue.
This software is free to use under the Apache 2.0.