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
- Host: GitHub
- URL: https://github.com/sinchang/sublog
- Owner: sinchang
- Created: 2017-03-24T07:03:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T05:22:54.000Z (over 3 years ago)
- Last Synced: 2025-05-12T22:18:41.513Z (5 months ago)
- Topics: blog, gh-pages, github, issues, vbuild, vue
- Language: Vue
- Homepage: http://sublog.sinchang.me
- Size: 572 KB
- Stars: 20
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-poi - sublog - Build a static blog website from GitHub Issues. (Projects / Open-source projects)
README
# sublog
> Build a static blog website from GitHub Issues
## Preview

[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 eslintCheck 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.