hexo 博客如何更换电脑

Posted abelzone

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hexo 博客如何更换电脑相关的知识,希望对你有一定的参考价值。

如何在更换电脑后继续使用Hexo部署博客


  1. 重要目录
_config.yml
package.json
scaffolds/
source/
themes/
  1. 在新电脑上配置hexo环境:安装node.js
  2. 安装hexo,安装命令:
npm install -g hexo
  1. 安装好之后,进入hexo/目录
  2. 模块安装,执行命令:
npm install
npm install hexo-deployer-git --save
npm install hexo-generator-feed --save
npm install hexo-generator-sitemap --save
  1. 部署,执行命令:
hexo generate --config your-config.yml
hexo server --config your-config.yml
hexo deploy

参考链接:https://blog.csdn.net/eternity1118_/article/details/71194395?ref=myread

以上是关于hexo 博客如何更换电脑的主要内容,如果未能解决你的问题,请参考以下文章

hexo博客更换主题

Hexo+Github Pages博客创建详细步骤

hexo搭建博客主题更换

自建博客系列(六)Hexo博客的常用配置修改

Hexo站点优化更换主题添加多说评论增加百度统计

[hexo]如何更换主题删除文章