File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ Usage: hexo <command>
2
+
3
+ Commands:
4
+ help Get help on a command.
5
+ init Create a new Hexo folder.
6
+ version Display version information.
7
+
8
+ Global Options:
9
+ --config Specify config file instead of using _config.yml
10
+ --cwd Specify the CWD
11
+ --debug Display all verbose messages in the terminal
12
+ --draft Display draft posts
13
+ --safe Disable all plugins and scripts
14
+ --silent Hide output on console
15
+
16
+ For more help, you can use 'hexo help [command]' for the detailed information
17
+ or you can check the docs: http://hexo.io/docs/
18
+ Usage: hexo <command>
19
+
20
+ Commands:
21
+ help Get help on a command.
22
+ init Create a new Hexo folder.
23
+ version Display version information.
24
+
25
+ Global Options:
26
+ --config Specify config file instead of using _config.yml
27
+ --cwd Specify the CWD
28
+ --debug Display all verbose messages in the terminal
29
+ --draft Display draft posts
30
+ --safe Disable all plugins and scripts
31
+ --silent Hide output on console
32
+
33
+ For more help, you can use 'hexo help [command]' for the detailed information
34
+ or you can check the docs: http://hexo.io/docs/
You can’t perform that action at this time.
0 commit comments