hexo use

hexo operation command:

1. Create a new article:

1
hexo new "article title"

# Shorthand hexo n

2. Generate static documents

1
hexo generate

# Shorthand hexo g

3. Preview blog

1
hexo server

# Shorthand hexo s

4. Deploy blog

1
hexo deploy

# Shorthand hexo d

5. Delete the article:

1
Delete the corresponding document in the source / _posts directory

Original: Big Box  hexo use


Guess you like

Origin www.cnblogs.com/petewell/p/11422414.html