Hello, let's go quick start!
Welcome to Hexo
This is your very first post. Check English documentation or 中文文档 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 Start
初始化网站
1 | $ hexo init [folder] |
创建一个新的 Blog
如果标题包含空格,使用引号将其包裹起来。
1 | $ hexo new "My New Post" |
More info: Writing
运行
1 | $ hexo server |
More info: Server
清理可能存在的编译缓存问题
1 | $ hexo clean |
编译生成静态文件
1 | $ hexo generate |
More info: Generating
部署到 github
1 | $ hexo deploy |
More info: Deployment
- 标题: Hello, let's go quick start!
- 作者: EWinner
- 创建于 : 2023-03-01 12:46:11
- 更新于 : 2024-09-14 10:16:42
- 链接: https://ewinner1.github.io/2023/03/01/hello-world/
- 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。