An open API service indexing awesome lists of open source software.

https://github.com/relikd/lektor-groupby-plugin

Cluster arbitrary records with field attribute keyword.
https://github.com/relikd/lektor-groupby-plugin

clustering groupby grouping lektor lektor-plugin plugin tagging

Last synced: 11 days ago
JSON representation

Cluster arbitrary records with field attribute keyword.

Awesome Lists containing this project

README

        

# 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:

```sh
lektor plugin add groupby
```

Optionally, enable a basic config:

```ini
[tags]
root = /
slug = tag/{key}.html
template = tag.html
split = ' '
```

Or dive into plugin development...

For usage examples, refer to the [examples](https://github.com/relikd/lektor-groupby-plugin/tree/main/examples) readme.