From aee2266687d0a5e0ee0aa41172c2798f8c1d0f98 Mon Sep 17 00:00:00 2001 From: Barnaby Shearer Date: Sat, 4 Nov 2017 17:39:24 +0000 Subject: [PATCH] Add `lektor-make` to the list of plugins On the one hand this is the simplest possible plug-in, a few characters changed form the tutorial; on the other it is actually really useful. --- content/docs/plugins/list/contents.lr | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/plugins/list/contents.lr b/content/docs/plugins/list/contents.lr index 99980bb0..3186f3c1 100644 --- a/content/docs/plugins/list/contents.lr +++ b/content/docs/plugins/list/contents.lr @@ -51,6 +51,7 @@ so they might not keep pace with development on Lektor. * [shortcodes :ext](https://github.com/skorokithakis/lektor-shortcodes): A plugin allowing you to use shortcodes (something like tags) in your model fields * [thumbnail-generator :ext](https://github.com/skorokithakis/lektor-thumbnail-generator): A plugin allowing you to generate configurable thumbnails for all your attachment images, so you can link them in your posts * [rst :ext](https://github.com/fschulze/lektor-rst): A [reStructuredText](http://docutils.sourceforge.net) plugin +* [make :ext](https://github.com/BarnabyShearer/lektor-make): Run `make lektor` for custom build systems ! Have your own plugin and you want to see it here? Just [edit this page on GitHub :ref](https://github.com/lektor/lektor-website/edit/master/content/docs/plugins/list/contents.lr),