#Commands: hexo server Start the server. hexo clean Remove generated files and cache. hexo config Get or set configurations. hexo deploy Deploy your website. hexo generate Generate static files. hexo help Get help on a command. hexo init Create a new Hexo folder. hexo list List the information of the site hexo migrate Migrate your site from other system to Hexo. hexo new Create a new post. hexo publish Moves a draft post from _drafts to _posts folder. hexo render Render files with renderer plugins. hexo version Display version information. #Options --config Specify config file instead of using _config.yml --cwd Specify the CWD --debug Display all verbose messages in the terminal --draft Display draft posts --safe Disable all plugins and scripts --silent Hide output on console #其他一些简写 hexo d -g hexo g -d hexo s