hexo-generator-category icon indicating copy to clipboard operation
hexo-generator-category copied to clipboard

添加生成分类主页面支持 Add support to generate category index page

Open pmtao opened this issue 7 years ago • 10 comments

添加设置参数:enable_index_page Add config item: enable_index_page

pmtao avatar Oct 30 '17 06:10 pmtao

Coverage Status

Coverage decreased (-88.9%) to 11.111% when pulling dc1fd2d02e5077ebb229e56f1168e44300308f46 on pmtao:master into 80f03fae9873cf31a317faaa931440b43a52dca4 on hexojs:master.

coveralls avatar Oct 30 '17 06:10 coveralls

Coverage Status

Coverage decreased (-88.9%) to 11.111% when pulling dc1fd2d02e5077ebb229e56f1168e44300308f46 on pmtao:master into 80f03fae9873cf31a317faaa931440b43a52dca4 on hexojs:master.

coveralls avatar Oct 30 '17 06:10 coveralls

Could you please fix the travis-ci errors?

NoahDragon avatar Oct 30 '17 15:10 NoahDragon

抱歉,还没用过 travis-ci ,能不能稍微指点下怎么处理,谢谢!

pmtao avatar Oct 31 '17 02:10 pmtao

Coverage Status

Coverage decreased (-80.0%) to 20.0% when pulling 733165ca03719c91e46f595a73f0cb39750e0fe8 on pmtao:master into 80f03fae9873cf31a317faaa931440b43a52dca4 on hexojs:master.

coveralls avatar Oct 31 '17 04:10 coveralls

我还原到上一版代码,问题还是基本类似的: travis-ci 日志。 而且下面这个问题说明 babel-eslint 在 node 0.12 和 4 的版本上可能就不支持,是不是要考虑支持5以上:Cannot find module 'babel-eslint'

pmtao avatar Oct 31 '17 04:10 pmtao

@pmtao Could you rebase on the master branch to have travis run test on node_js 6 and 8? Thank you.

JLHwung avatar Oct 31 '17 07:10 JLHwung

@JLHwung travis 现在有问题:Open-source builds erroring

pmtao avatar Oct 31 '17 08:10 pmtao

@JLHwung I think the error is caused by the babel-eslint, this repo doesn't contain it. I will fix it.

NoahDragon avatar Oct 31 '17 13:10 NoahDragon

@NoahDragon The build is fixed due to recent changes on hexo.

@pmtao On your working branch master, could you run

git remote add upstream https://github.com/hexojs/hexo-generator-category.git
git fetch upstream
git rebase upstream/master

and use git push origin --force to see if the test pass again? Thank you.

JLHwung avatar Nov 06 '17 06:11 JLHwung