Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 720 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 720 Bytes

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