Hexo博客文章迁移记录

随着时间推移,难免会遇到换电脑时需要迁移博客到新电脑目录的需求。

下面是我的2种解决方法。

情况一:迁移电脑使用的操作系统一样

这种方式下比较简单直接。首先安装好相同版本的nvm和nodejs(记得配置镜像源npm config set regsitry https://registry.npmmirror.com

暂时不需要管Hexo主题文件和依赖的node_modules模块文件。
接着将博客文件整体拷贝过去即可。

情况二:迁移电脑使用的操作系统不同

这种情况下建议首先通过git同步文件,接着安装好nvm、nodejs(v8或v12)和

然后进入博客目录,执行安装node_modules依赖的命令:

1
npm install

根据package.json和package-lock.json找到hexo-cli的版本,安装:

1
npm install -g hexo-cli@2.0.0 --registry=https://registry.npmmirror.com

迁移后的测试

1
2
hexo s
hexo deploy -g
Tmux settings and usage Gnome shell going through

评论

You forgot to set the shortname for Disqus. Please set it in _config.yml.
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×