v0.9.3
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user