relikd 1d9629566c efficient build
- postpone building until really needed
- rebuild only if artifacts change
- no build on source update
- prune takes current resolver state instead of global var
2022-04-13 15:41:57 +02:00
2022-04-07 13:33:59 +02:00
2022-04-13 15:41:57 +02:00
2022-03-31 04:20:01 +02:00
2022-03-25 17:28:11 +01:00
2022-03-07 16:13:45 +01:00
2022-03-25 17:28:11 +01:00
2022-04-06 15:47:38 +02:00
2022-04-10 22:57:46 +02:00

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
Languages
Python 98.8%
Makefile 1.2%