Skip to content

sinchang/sublog

Repository files navigation

sublog

Build a static blog website from GitHub Issues

Preview

Live Demo

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

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 under the hood.


Generated by create-vue-app

License

This content is released under the MIT License.

Releases

No releases published

Packages

No packages published

Languages