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.
- Host: GitHub
- URL: https://github.com/relikd/lektor-groupby-plugin
- Owner: relikd
- License: mit
- Created: 2022-03-25T16:07:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T17:20:30.000Z (about 2 years ago)
- Last Synced: 2024-04-25T09:41:31.971Z (about 1 year ago)
- Topics: clustering, groupby, grouping, lektor, lektor-plugin, plugin, tagging
- Language: Python
- Homepage: https://pypi.org/project/lektor-groupby/
- Size: 211 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.