hexo By bigsuperangel Published 2016-04-19 Contents 1. Command2. Build3. Publish Command123456hexo new <title> / hexo n <title> #生成文章,或者source\_posts手动编辑hexo server / hexo s #本地发布预览效果hexo generate / hexo g #生成public静态文件hexo cleanhexo list <type>hexo version Build1234567install nodejsinstall npm npm install hexo-cli -gnpm install hexo --savehexo init <folder>cd <folder>npm install Publish123hexo cleanhexo d -ghexo s --debug