hexo使用

新建文章:hexo n 文章名

清除文章:hexo clean

生成:hexo g

更新页面:hexo dhexo deploy

生成+更新页面:hexo g -d

端口部署:hexo s -p 555

hexo相关(可能)

git Bash here

Typora打开文件:

start 文件名

部署

github、gitee部署省略

服务器部署(没用自动部署,github钩子那种)

  • git pull到服务器上。
  • 改nginx使其可以被展示出来。(详见占位
缺点:
  • 每次更新需要去服务器上 'git pull' 和 sudo nginx -s reload
改善:可以写个shell脚本试试