0%

hexo部署

主要根据教程https://hjxlog.com/posts/20191130a1.html

主要分为服务器端和local两部分。

准备

部署环境:

  • Server

    • CentOS 8 (Aliyun ECS)
      • 使用密钥认证
    • git
      1
      yum install git
  • Client/Local
    (针对Windows)

    • Node.js from Node.js
      • 可能需要额外配置好npm命令的引用
    • git from git-scm
      • windows需要使用Git Bash执行命令
    • 可选