hexo
Command line interface for Hexo, a static site generator
Subcommands
Name | Description |
---|
config | Get or set configurations |
help | Displays a help for each command |
init | Create a new Hexo folder |
new | Create a new article |
generate | Generate static files |
publish | Publish a draft |
server | Start a local server. By default, this is at http://localhost:4000/ |
deploy | Deploy your website |
render | Render files with renderer plugins (e.g. Markdown) and save them at the specified path |
migrate | Migrate content from other blog systems |
clean | Clean the cache file (`db.json`) and generated files (`public`) |
list | List all routes |
version | Display version information |
Options
Name | Description |
---|
--config <config file> | |
--safe | |
--debug | |
--silent | |
--draft | |
--cwd <directory> | |