Skip to content

主题安装

Lhcfl edited this page Jul 17, 2022 · 1 revision
  1. Clone主题至目录:
git clone https://gitee.com/Lhcfl/hexo-theme-anatolo.git themes/Anatolo

或者直接下载主题zip包解压至主题目录下,重命名为Anatolo

  1. 安装依赖
npm install hexo-renderer-pug --save
npm install hexo-renderer-stylus --save

  1. 主题配置 复制_config.example.yml_config.yml
    修改hexo根目录下的 _config.ymltheme: Anatolo

  2. 更新主题 在Anatolo的目录下

git pull origin master

Clone this wiki locally