This commit is contained in:
relikd
2022-04-06 15:47:38 +02:00
parent 2a6bdf05fd
commit 298e0d4a62
2 changed files with 4 additions and 5 deletions

View File

@@ -5,11 +5,10 @@ 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.
To install this plugin, modify your Lektor project file:
Install this plugin or modify your Lektor project file:
```ini
[packages]
lektor-groupby = 0.9.1
```sh
lektor plugin add groupby
```
Optionally, enable a basic config:

View File

@@ -13,7 +13,7 @@ setup(
},
author='relikd',
url='https://github.com/relikd/lektor-groupby-plugin',
version='0.9.2',
version='0.9.3',
description='Cluster arbitrary records with field attribute keyword.',
long_description=longdesc,
long_description_content_type="text/markdown",