Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iinitd/issvue
A client-side github-issue blog generator. [pending refactor: May,2020]
https://github.com/iinitd/issvue
nodejs vue
Last synced: 3 days ago
JSON representation
A client-side github-issue blog generator. [pending refactor: May,2020]
- Host: GitHub
- URL: https://github.com/iinitd/issvue
- Owner: iinitd
- Created: 2017-04-16T13:41:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:45:05.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T17:22:22.418Z (3 months ago)
- Topics: nodejs, vue
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 33
- Watchers: 2
- Forks: 6
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Issvue
A Client-side Github-issue Blog Generator.
# Features
1. Completely back-end free.
2. Ready to use. Create your blog on github website.
3. Vue.js based, friendly for developers.
4. Well-designed template.
5. 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.
1. Fork [me](https://github.com/cogons/issvue-to-go).
2. Edit /docs/static/config.json.
3. Select `use docs folder` for your Github Pages.
4. Your blog is ready.
## For Developers
1. First you need node.js.
2. Clone [me](https://github.com/cogons/issvue).
`$ git clone https://github.com/cogons/issvue.git`
3. Install dependencies.
`$ cd issvue && npm install`。
4. Edit config under **/static** & **/src/static**.
`$ cd static && vi config.json`
`$ cp -f config.json ../src/static/config.json`
5. Look around.
6. Rebuild your blog.
`$ npm run build`。
7. Your blog is ready in **docs** folder.
# Todos
1. category page
2. pagination
3. single page (about)
You are welcome to **open an issue** on any advices or bugs.