Hexo plugin to generate a indexes from custom front matter variables. Suppose you have an author variable in your front matter, this plugin will generate files like /authors/author-name.html, listing each post by that author.
Please open an issue if you would like to take ownership.
npm install --save hexo-index-anything
an example. would be included in _config.yml
indexAnything:
author: authors
Install, configure, then hexo generate
as usual.
See the fancy annotated code
Levi Wheatcroft levi@wht.cr
Contributions welcome; Please submit all pull requests against the master branch.