519 B
519 B
Lektor Plugin: groupby
A generic grouping / clustering plugin. Can be used for tagging or similar tasks. The grouping algorithm is performed once.
Install this plugin or modify your Lektor project file:
lektor plugin add groupby
Optionally, enable a basic config:
[tags]
root = /
slug = tag/{key}.html
template = tag.html
split = ' '
Or dive into plugin development...
For usage examples, refer to the examples readme.