第一篇
我的博客1、清理缓存1hexo clhexo cl 是 hexo clean 的简写(新建文章:hexo n “标题”)
2、生成静态页面1hexo ghexo g 是 hexo generate 的简写
3、在本地映射(预览)1hexo shexo s 是 hexo server 的简写
4、部署推送1hexo dhexo d 是 hexo deploy 的简写
5、以上连写示例一(清理缓存 + 生成静态页面 + 在本地预览)1hexo cl && hexo g && hexo s6、以上连写示例二(清理缓存 + 生成静态页面 + 部署推送)1hexo cl && hexo g && hexo dgulp压缩10jhlkhjfujt45445451hexo cl && hexo g && gulp && hexo d11112233344488988999999995576768894554565“https://cdn.jsdelivr.net/gh/guansss/pi ...
Hello World
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 post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment