Hexo 博客迁移
hexo 博客迁移
更新 node 和 npm:
sudo npm install -g n
=>sudo n stable
=>sudo npm install npm -g
安装 hexo:
sudo npm install -g hexo
安装依赖包:
sudo npm i
复制以下文件到新建的 blog 文件夹里:package.json、source、scaffolds、themes、
_config.yml、.gitignore在 home 目录下新建一个 .ssh 文件:
ssh-keygen -t rsa -C <邮箱>
sudo gedit .ssh/id_rsa.pub
,复制秘钥到 github 中git init
,初始化空仓库配置 git:
git config -–global user.name <name>
=>git config --global user.email <email>
生成新的 public 文件:
hexo g
下载必要的插件:
sudo npm install hexo-deployer-git --save
上传博客到 git:
hexo d
本文标题:Hexo 博客迁移
文章作者:Canace
发布时间:2018-07-29
最后更新:2023-05-26
原始链接:https://canace.site/hexo-%E5%8D%9A%E5%AE%A2%E8%BF%81%E7%A7%BB/
版权声明:转载请注明出处
分享