步骤:
- 在新电脑上完成环境配置
- 连接Hexo—Github_page,最后一步不用.
- 在新电脑上创建根目录,在新电脑根目录下
npm --save install hexo -g
. - 将原电脑根目录下的
scaffolds
,source
,themes
,.gitignore
,_config.yml
,package.json
,package-lock.json
COPY到新根目录. - 在新根目录下
hexo install
,npm install hexo-deployer-git --save
,以及你自己装的其他配置.
注意:
当用回原电脑时要记得将资料拷贝回来.
有用信息:
scaffolds
,source
,themes
,.gitignore
,_config.yml
,package.json
,package-lock.json