An open API service indexing awesome lists of open source software.

https://github.com/sinchang/sublog

✍ Build a static blog website from GitHub Issues
https://github.com/sinchang/sublog

blog gh-pages github issues vbuild vue

Last synced: 5 months ago
JSON representation

✍ Build a static blog website from GitHub Issues

Awesome Lists containing this project

README

          

# sublog

> Build a static blog website from GitHub Issues

## Preview
![](https://ooo.0o0.ooo/2017/03/24/58d506210d0eb.jpg)
[Live Demo](http://sublog.sinchang.me)

## Use
1. `git clone https://github.com/sinchang/sublog.git`

2. `cd sublog && npm install`

3. config
- change website title in `index.html`
- change CNAME file in `static/CNAME`
- other config in `src/config`

## Deploy

First of all, run `npm run build`, then, you can deploy `dist/*` files anywhere

If you want to deploy to gh-pages, just change `deploy.sh`, then run `npm run deploy`

## Related

- [EVAN YOU](http://blog.evanyou.me/) (blog theme source)
- [Mirror](https://github.com/LoeiFy/Mirror)
- [github-issues-blog](https://github.com/wuhaoworld/github-issues-blog)

## Development

- `yarn dev`: Run in development mode
- `yarn build`: Build in production mode
- `yarn lint`: Run eslint

Check out your npm scripts, it's using [vbuild](https://github.com/egoist/vbuild) under the hood.

---

Generated by [create-vue-app](https://github.com/egoist/create-vue-app)

# License

This content is released under the [MIT](http://opensource.org/licenses/MIT) License.