欢迎来到 Hexo! 这是你的第一篇文章。检查 documentation 更多信息。如果您在使用Hexo时遇到任何问题,您可以在中找到答案 troubleshooting 或者你可以在GitHub.
快速启动
创建新帖子
1 | $ hexo new "My New Post" |
More info: Writing
运行服务器
1 | $ hexo server |
More info: Server
删除public 文件
1 | $ hexo clean |
生成静态文件
1 | $ hexo generate |
More info: Generating
部署到远程站点
1 | $ hexo deploy |
More info: Deployment