Hexo Tips 发表于 2016-03-28 更新于 2020-04-14 分类于 写作 Hexo能有更好的写作体验. p 'Hello Hexo!!!!!!!!!' install$ npm install hexo-cli -g deploy# ./d.shhexo ghexo p 多地写博客push to github # ./p.shgit add --allgit commit -am 'new post'git push rss生成npm i hexo-generator-feed --save 使用atom写博客atom 插件 apm install atom-hexo more info:Hexo Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post$ hexo new "My New Post" More info: Writing Run server$ hexo server More info: Server Generate static files$ hexo generate More info: Generating Deploy to remote sites$ hexo deploy More info: Deployment