*本文系开发文档,Chen仅做了部分补充
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.
欢迎来到 Hexo !这是你的第一篇文章。有关详细信息,请查看文档。如果你在使用 Hexo 时遇到任何问题,你可以在故障排除中找到答案,也可以在 GitHub 上问我。
Quick Start 快速入门
Create a new post 创建新帖子
1 | $ hexo new "My New Post" |
More info: Writing
Run server 启动预览
1 | $ hexo s |
More info: Server
Generate static files 生成页面
1 | $ hexo g |
More info: Generating
Deploy to remote sites 上传部署
1 | $ hexo d |
More info: Deployment
补充内容:清除缓存文件等
1 | $ hexo clean |
More info: 无