From cd71407237cb42910af0d91601674c31c07b0385 Mon Sep 17 00:00:00 2001 From: Baruch Sterin Date: Fri, 23 Feb 2018 04:36:37 -0800 Subject: [PATCH] Added lektor-npm-support to the list of unofficial plugins. --- 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 ffa6cab3..10b8d208 100644 --- a/content/docs/plugins/list/contents.lr +++ b/content/docs/plugins/list/contents.lr @@ -52,6 +52,7 @@ so they might not keep pace with development on Lektor. * [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 +* [npm-support :ext](https://github.com/sterin/lektor-npm-support): adds support for using npm/yarn to build assets in Lektor using tools such as [Parcel](https://parcel.js.org), [webpack](https://webpack.js.org), etc. ! 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),