Hello Hexo

hello hexo

Command

1
2
3
$ hexo init [folder]
$ hexo new [layout] <title>
$ hexo generate
Option Description
-d, —deploy Deploy after generation finishes
-w, —watch Watch file changes

config

  Website in subdirectory

If your website is in a subdirectory (such as http://example.org/blog) set url to http://example.org/blog and set root to /blog/
Ctrl+Alt+N

  • hexo install
  • hexo server
  • hexo deploy
  1. hexo install
  2. hexo server
  3. hexo deploy
1
public staic void main(String[] args)

GitHub

octocat