Build a static blog website from GitHub Issues
-
git clone https://github.com/sinchang/sublog.git
-
cd sublog && npm install
-
config
- change website title in
index.html
- change CNAME file in
static/CNAME
- other config in
src/config
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
- EVAN YOU (blog theme source)
- Mirror
- github-issues-blog
yarn dev
: Run in development modeyarn build
: Build in production modeyarn lint
: Run eslint
Check out your npm scripts, it's using vbuild under the hood.
Generated by create-vue-app
This content is released under the MIT License.