Hexo博客同步步骤

博客同步步骤

  1. 在新电脑上拉取hexosync分支代码
  2. 安装nodejs(nvm),git
  3. 安装Hexo和Git插件
    1
    2
    3
    4
    5
    6
    7
    8
    npm install -g hexo-cli
    npm install hexo-deployer-git --save
    // 永久链接插件
    npm install hexo-abbrlink --save
    // Google SEO优化
    npm install hexo-generator-sitemap --save
    // BaiDu SEO优化
    npm install hexo-generator-baidu-sitemap --save
  4. 根据package.json安装依赖
    1
    npm i
  5. 运行hexo g,渲染生成,运行hexo s,预览网站
  6. 运行hexo new post编写新文章,或者修改博客其他内容
  7. 将新内容提交推送到Github,并运行hexo g -d进行部署
  8. 新内容自动部署到Github的main分支, 在codingyourambition.github.io查看内容

Hexo博客同步步骤
http://s1mplecode.com/sync.html
作者
Jago
发布于
2024年4月16日
许可协议