sublog
sublog copied to clipboard
✍ Build a static blog website from GitHub Issues
sublog
Build a static blog website from GitHub Issues
Preview
Use
-
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
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 (blog theme source)
- Mirror
- github-issues-blog
Development
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
License
This content is released under the MIT License.