A Client-side Github-issue Blog Generator.
-
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.
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.
-
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.
-
category page
-
pagination
-
single page (about)
You are welcome to open an issue on any advices or bugs.