Hexo
git init
git remote add origin git链接
git config user.name “用户名”
git config user.email “邮箱”
git add .
git commit -m “信息”
git branch -m master source
git push origin source
npm install -g hexo-cli:安装
hexo v:版本
hexo init:空目录初始化(换新电脑不用)
npm install:安装组件
hexo s:动态预览
清空
1 | |
Hexo
https://pub.mmed.top/posts/hexo/