We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hexo clean && hexo s
hexo-generator-index2 能实现根据自定义的规则过滤主页所展示文章的功能,而由于本主题与其都使用了 hexo.extend.generator.register('index', ...) 覆盖了 hexo 的 index 实现,所以互相不兼容,主题会将插件的功能覆盖(参考)
hexo.extend.generator.register('index', ...)
找到主题相关的功能是这个 #869,考虑到 hexo-generator-index2 能通过规则实现更强大的效果(如指定分类的文章不在首页展示),希望主题能提供一个选项来设置是否启用主题的功能
该 Bug 复现步骤如下:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请确认
hexo clean && hexo s
,并且清除浏览器缓存,仍可复现Bug 描述
hexo-generator-index2 能实现根据自定义的规则过滤主页所展示文章的功能,而由于本主题与其都使用了
hexo.extend.generator.register('index', ...)
覆盖了 hexo 的 index 实现,所以互相不兼容,主题会将插件的功能覆盖(参考)找到主题相关的功能是这个 #869,考虑到 hexo-generator-index2 能通过规则实现更强大的效果(如指定分类的文章不在首页展示),希望主题能提供一个选项来设置是否启用主题的功能
复现步骤
该 Bug 复现步骤如下:
The text was updated successfully, but these errors were encountered: