7f28c5310713576f31190fd0d44a2e16168d8b92
Lektor Plugin: groupby
A generic grouping / clustering plugin. Can be used for tagging or similar tasks. The grouping algorithm is performed once. Contrary to, at least, cubic runtime if doing the same with Pad queries.
Install this plugin or modify your Lektor project file:
lektor plugin add groupby
Optionally, enable a basic config:
[tags]
root = /
slug = tag/{group}.html
template = tag.html
split = ' '
Or dive into plugin development...
For usage examples, refer to the examples readme.
Description
Cluster arbitrary records with field attribute keyword.
https://pypi.org/project/lektor-groupby/
Readme
162 KiB
Languages
Python
98.8%
Makefile
1.2%