Hexo教程和常用命令
欢迎来到NWUzmed的Hexo (opens new window)!这是一个基本教程. 按这里 $ \to $ documentation (opens new window) 了解更多资讯.如果你有问题,来这里找答案 $ \to $ troubleshooting (opens new window) 或来GitHub上找 $ \to $ GitHub (opens new window).
# 快速入门
# 新建一篇文章
$ hexo new "My New Post"
1
More info: Writing (opens new window)
# 运行本地服务器
$ hexo server
1
More info: Server (opens new window)
# 渲染本地文件
$ hexo generate
1
More info: Generating (opens new window)
# 上传
$ hexo deploy
1
More info: Deployment (opens new window)
编辑此页 (opens new window)
上次更新: 2023/04/11, 12:15:12