Open maiertech opened 8 years ago
I would also suggest that you add a list of tag names to the global metadata so that when not on tag pages you can still build a tag cloud in the sidebar. I am currently having a hard time getting at this data and am looking at the following
1.) writing a custom plugin 2.) submitting a pull request
After looking at the source code more closely I would like to put up the following suggested roadmap items up for discussion:
metalsmith-pagination
. It might be a good idea to remove pagination frommetalsmith-tags
and focus on generating the globaltags
metadata in a way that is compatible withmetalsmith-pagination
.metalsmith-tags
would still be responsible for creating tag pages without pagination, but it would leave the pagination to the other plugin. The documentation would need provide an example on how to applymetalsmith-pagination
afterwards.eslint-config-standard
is one of many options.