posts
🚀 发布文章
1.4 配置主题与主站配置文件
到这一步主题部署就完成了,就是这么简单!!!
//本地预览
hexo cl; hexo s
//推送更新上线
hexo cl; hexo g; hexo d
依次执行以下命令:
hexo generate # 生成静态文件
hexo deploy # 部署至远程仓库
git add . # 添加所有更改到本地 git
git commit -m "update" # 描述本次更改
git push origin main # 推送到远程仓库
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
