$ hexo new [layout] <title>
Creates a new article. If no layout
is provided, Hexo will use the default_layout
from _config.yml. If the title
contains spaces, surround it with quotation marks.
$ hexo generate
Generates static files.
$ hexo publish [layout] <filename>
Publishs a draft.
$ hexo server
Starts a local server. By default, this is at http://localhost:4000
$ hexo deploy
Deploys your website.
$ npm run deploy