Crazyokd / rekord-blog

repo for my blog.
https://sxrekord.com
3 stars 1 forks source link
blog hexo

rekord-blog

repo for my blog.

Usage

  1. install Git and Node.js.
  2. install hexo.
  3. clone this repository.

you can through change mirror to boost the speed of npm.

eg. npm config set registry https://registry.npm.taobao.org --global

Deploy

I modified the deploy script in package.json so I can deploy to server by running npm run deploy.

Reference