Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 529 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 529 Bytes

Hexo Website

The website for Hexo.

Getting started

Install dependencies:

$ git clone https://github.com/tommy351/hexo.git -b site site
$ cd site
$ npm install

Generate:

$ grunt
$ hexo generate

Run server:

$ hexo server

Requirements