chenall / hexo-theme-chenall

一个模块化的hexo主题,
hexo.chenall.net
MIT License
55 stars 22 forks source link

一个很奇怪的bug #7

Closed yizhoumo closed 10 years ago

yizhoumo commented 10 years ago

使用主题目录下的_config.yml不能正常生成public/widgets/tags.html,有文件但是是0byte

而添加同样的文件到source/_chenall.yml又完全正常

yizhoumo commented 10 years ago

themes/chenall/layout/_widgets/static/tags.ejs的开头 if (!UserConfig.cached_widgets.hasOwnProperty('tags'))是什么意思没看懂,去掉就正常了。。。

chenall commented 10 years ago
if (!UserConfig.cached_widgets.hasOwnProperty('tags'))

这一句是为了避免每一篇文章都重新生成, 回头我测试下,

chenall commented 10 years ago

已经修正这个问题,麻烦再试试看.

已经在load_static_widgets里面有判断了,这里只要直接生成就行了.

yizhoumo commented 10 years ago

嗯,这样没问题了