From 2d6cf2d084440327159c483c5ecae60c44ad21c0 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 3 Sep 2023 15:21:38 +0200 Subject: [PATCH] Document plugin auto-registration behavior --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6841586..acefeb4 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This plugin can be installed via: python -m pip install pelican-series +As long as you have not explicitly added a `PLUGINS` setting to your Pelican settings file, then the newly-installed plugin should be automatically detected and enabled. Otherwise, you must add `series` to your existing `PLUGINS` list. For more information, please see the [How to Use Plugins](https://docs.getpelican.com/en/latest/plugins.html#how-to-use-plugins) documentation. + Usage -----