Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Hexo = cli.Command{ Name: "hexo", Usage: "hexo blog commands: preview, publish.", Category: "hexo", Subcommands: []cli.Command{ { Name: "clean", Usage: "clean hexo local files", Action: preview, }, { Name: "preview", Usage: "preview hexo blog", Action: preview, }, { Name: "publish", Usage: "publish hexo blog", Action: publish, }, }, }
Hexo blog 预览发布封装
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.