hexo+github博客搭建

hexo+github博客搭建

需求

  • 将本地博客存放在DropBox云中,实现多设备读取本地博客
  • 使用hexo构建博客系统
  • 使用github作为远程仓库
  • 使用gitee作为备用仓库
  • 绑定域名,实现域名访问
  • 本地使用ssh git方式推送,避免每一次推送输入用户名和密码

搭建步骤

安装必要环境

git
windows10 (非必须)
Hexo: 4.2 ~ 5.x
hexo-cli: 3.1 ~ 4.x
node.js: 12.16 ~ latest # 推荐使用 LTS 版
npm: 6.13 ~ latest

安装node,js:

你可能感兴趣的:(github,hexo)