Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 321 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 321 Bytes

Quick Start

Install Hexo

$ npm install hexo-cli -g

Setup your project

$ hexo init <folder>
$ cd <folder>
$ npm install

Clean && Generate static files && Start the server

$ hexo cl && hexo g && hexo s

Create a new post

$ hexo new "Hello Hexo"