hexojs / hexo-generator-index

Index generator plugin for Hexo.
MIT License
51 stars 44 forks source link

`index_generator.pagination_dir` doesn't take effect #97

Closed uiolee closed 2 months ago

uiolee commented 5 months ago

Check List

Describe the bug

https://github.com/hexojs/hexo-generator-index/blob/f8ef61c1c8d2006d132d536657f0dee1b38d632a/README.md?plain=1#L21-L27

according to README, pagination_dir can be set by index_generator.pagination_dir. But from the code, index_generator.pagination_dir is invalid.

https://github.com/hexojs/hexo-generator-index/blob/f8ef61c1c8d2006d132d536657f0dee1b38d632a/lib/generator.js#L11

Expected behavior

Code and documentation should match, avoid misleading users.

How to reproduce

Screenshots

No response

Environment information

No response

Additional context

No response