litten / hexo-theme-yilia

一个简洁优雅的hexo主题 A simple and elegant theme for hexo.
http://litten.me/
8.36k stars 2.4k forks source link

主题文件无法同步的问题 #734

Open qiaoqiaowang opened 6 years ago

qiaoqiaowang commented 6 years ago

当我们用hexo新建博客后,博客仓库并不能把themes下的子仓库 yilia push到remote仓库,导致我们在其他电脑上pull下来的时候,对主题文件的修改丢失,是否可以考虑使用source目录下增加一个yilia的配置文件的方式,类似于next主题? https://github.com/iissnan/hexo-theme-next/issues/328

pangjunpeng commented 6 years ago
git rm -rf --cached themes/yilia
git add themes/yilia/*
git commit -m 'xxxxxxx'
git push

我在一篇博客中总结了一下