ppoffice / hexo-component-inferno

A collection of Inferno.js layout components and utility scripts for Hexo
https://ppoffice.github.io/hexo-component-inferno/
24 stars 30 forks source link

Support an option to ignore pages from search index #39

Closed ppwwyyxx closed 2 years ago

ppwwyyxx commented 2 years ago

Hi,

I'd like to ignore "pages" from search index and only search for "posts". This change is working for me.

Please let me know if this feature makes sense, and what else is needed to implement it. Thanks!

ppoffice commented 2 years ago

@ppwwyyxx Please fix the code format: https://github.com/ppoffice/hexo-component-inferno/runs/5995171676?check_suite_focus=true

ppwwyyxx commented 2 years ago

Thanks, I fixed the lint and npm run lint; npm run test passed locally.

ppoffice commented 2 years ago

Could you please also add unit tests for this new option? https://github.com/ppoffice/hexo-component-inferno/blob/master/src/hexo/generator/insight.test.js

ppwwyyxx commented 2 years ago

Sure. A unittest is added.