issvue
v1.1.0
Published
A client-side github-issue site generator.
Downloads
3
Readme
Issvue
A Client-side Github-issue Blog Generator.
Features
Completely back-end free.
Ready to use. Create your blog on github website.
Vue.js based, friendly for developers.
Well-designed template.
Multiple authors. Exclude unexpected issues.
For Users
A ready-to-use version is under docs folder.
Just fork it, and everything is set up already.
Fork me.
Edit /docs/static/config.json.
Select
use docs folder
for your Github Pages.Your blog is ready.
For Developers
First you need node.js.
Clone me.
$ git clone https://github.com/cogons/issvue.git
- Install dependencies.
$ cd issvue && npm install
。
- Edit config under /static & /src/static.
$ cd static && vi config.json
$ cp -f config.json ../src/static/config.json
Look around.
Rebuild your blog.
$ npm run build
。
- Your blog is ready in docs folder.
Todos
category page
pagination
single page (about)
You are welcome to open an issue on any advices or bugs.