hexo render <file...>
Render files with renderer plugins (e.g. Markdown) and save them at the specified path
Arguments
Name | Description |
---|---|
file | The file to render |
Options
Name | Description |
---|---|
--engine | Specify render engine |
-o, --output <output directory> | Output destination. Result will be printed in the terminal if the output destination is not set |
--pretty | Prettify JSON output |