Hexo主题更换-icarus

  1. 安装 icarus 主题
    建议使用 克隆最新版本 的方式,之后的更新可以通过 git pull 来快速更新, 而不用再次下载压缩包替换

    1
    git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus
  1. 启动 icarus 主题
    打开 Hexo 的配置文件 _config.yml 找到 theme 字段,并将其值更改为 icarus

    1
    2
    3
    4
    # Extensions
    ## Plugins: https://hexo.io/plugins/
    ## Themes: https://hexo.io/themes/
    theme: icarus
  2. Hexo 一键三连:

    1
    hexo cl && hexo g && hexo s

评论