git clone https://github.com/MOxFIVE/hexo-theme-yelee.git themes/yelee
执行完毕后会看到主题已经安装到对应目录
再修改 Hexo 根目录对应配置文件 _config.yml,即可切换到 Yelee 主题
_config.yml
theme: Yelee
执行以下命令预览当前主题
hexo clean && hexo s