-
Notifications
You must be signed in to change notification settings - Fork 12
主题安装
Lhcfl edited this page Jul 17, 2022
·
1 revision
- Clone主题至目录:
git clone https://gitee.com/Lhcfl/hexo-theme-anatolo.git themes/Anatolo
或者直接下载主题zip包解压至主题目录下,重命名为Anatolo
- 安装依赖
npm install hexo-renderer-pug --save
npm install hexo-renderer-stylus --save
-
主题配置 复制
_config.example.yml为_config.yml
修改hexo根目录下的_config.yml:theme: Anatolo -
更新主题 在Anatolo的目录下
git pull origin master