Hexo 更换电脑后怎么继续使用博客

近期需要将Windows上的东西转移到Mac。 需要在mac上继续使用Hexo博客

    1. 将你原来电脑上已经配置好并生成的hexo目录拷到你的新电脑上,注意无需拷全部,只拷如下几个目录:
1
2
3
4
5
_config.yml
package.json
scaffolds/
source/
themes/

将这些目录放到一个目录下,如:hexo/

    1. 在你的新电脑上首先配置hexo环境: 安装Node.js
    1. 安装hexo,执行命令:
1
2
3
4
npm install -g hexo

// 仅到当前目录
npm install hexo
    1. 安装好之后,进入hexo/目录
    1. 模块安装,执行命令:
1
2
3
4
npm install
npm install hexo-deployer-git --save
npm install hexo-generator-feed --save
npm install hexo-generator-sitemap --save
    1. 部署,执行命令:
1
hexo g && hexo d

Powered by Hexo and Hexo-theme-hiker

Copyright © 2017 - 2023 Keep It Simple And Stupid All Rights Reserved.

访客数 : | 访问量 :