修改Hexo主题 By Moment Only 2018-10-12 更新日期:2019-07-08 文章目录 1. 1.获取主题2. 2.配置:3. 3.更新:4. 4.发布 1.获取主题cd themes 再将yilia主题clone至themes文件夹中 git clone https://github.com/litten/hexo-theme-yilia.git yilia 2.配置:修改hexo根目录下的_config.yml theme:yilia 3.更新:12cd themes/yiliagit pull 4.发布12hexo cleanhexo d -g