Hexo

欢迎来到Hexo! 检查文件了解更多信息. 如果您在使用Hexo时遇到任何问题,可以在故障排除中找到答案, 或者可以在GitHub上提问.

快速入门

创建新帖子

1
$ hexo new "My New Post"

更多信息: Writing

运行

1
$ hexo server

更多信息: Server

生成静态文件

1
$ hexo generate

更多信息: Generating

部署到远程站点

1
$ hexo deploy

启动预览

1
2
3
hexo clean
hexo g
hexo s

修改后重新生成网站并部署到远程仓库

1
2
3
hexo clean
hexo g
hexo d

更多信息: Deployment


Hexo
http://example.com/2025/07/26/hello-world/
作者
Cheng
发布于
2025年7月26日
许可协议