hexo-博客迁移
step 1
将原来电脑已经配置好并生成的Hexo目录拷贝到新电脑。
只需拷贝以下目录:
1 | _config.yml |
放到同一目录下。如:hexo/
step 2
配置node.js
参考:Hexo-建站
step 3
安装hexo
1 | npm install -g hexo |
step 4
进入hexo/目录
安装模块:
1 | npm install |
step 5
部署
1 | hexo g |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.