Skip to content

Latest commit

 

History

History
executable file
·
21 lines (17 loc) · 238 Bytes

README.md

File metadata and controls

executable file
·
21 lines (17 loc) · 238 Bytes

hexo_blog

Quick Start Create a new post 1 $ hexo new "My New Post" More info: Writing

Run server 1 $ hexo server More info: Server

Generate static files 1 $ hexo generate More info: Generating

Deploy to remote sites 1 $ hexo deploy