2023-03-04 18:19:26 +01:00
2022-03-31 04:20:01 +02:00
2022-04-13 22:27:33 +02:00
2023-03-04 18:19:26 +01:00
2022-03-07 16:13:45 +01:00
2022-12-20 02:51:44 +01:00
2023-03-04 18:19:26 +01:00
2023-03-04 18:19:26 +01:00

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.

Description
Languages
Python 98.8%
Makefile 1.2%