Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 193 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 193 Bytes

hexo-blog

hexo blog

Getting started

Install dependencies:

$ cd site
$ npm install

Generate:

$ hexo generate

Run server:

$ npm run server