This commit is contained in:
relikd
2022-04-06 15:47:38 +02:00
parent 2a6bdf05fd
commit e05b67b3b7
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. The grouping algorithm is performed once.
Contrary to, at least, cubic runtime if doing the same with Pad queries. 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 ```sh
[packages] lektor plugin add groupby
lektor-groupby = 0.9.1
``` ```
Optionally, enable a basic config: Optionally, enable a basic config:

View File

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