From 4855db3364451389025fc8473c59ea048e1afa9c Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Mon, 6 Apr 2026 15:13:07 -0600 Subject: [PATCH] Docs: note that plugins and themes can be found on PyPI --- docs/plugins.rst | 5 +++++ docs/themes.rst | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/docs/plugins.rst b/docs/plugins.rst index 58eee16b..b9c7b4f9 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -66,6 +66,11 @@ Please note that while we do our best to review and maintain these plugins, they are submitted by the Pelican community and thus may have varying levels of support and interoperability. +Community plugins can also be found on PyPI tagged with "`Framework :: +Pelican :: Plugins`_". + +.. _Framework :: Pelican :: Plugins: https://pypi.org/search/?q=&o=-created&c=Framework+%3A%3A+Pelican+%3A%3A+Plugins + How to create plugins ===================== diff --git a/docs/themes.rst b/docs/themes.rst index ace5dcb9..fa4c9d37 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -10,6 +10,12 @@ Please note that while we do our best to review and merge theme contributions, they are submitted by the Pelican community and thus may have varying levels of support and interoperability. +Community themes can also be found on PyPI tagged with "`Framework :: +Pelican :: Themes`_". + +.. _Framework :: Pelican :: Themes: https://pypi.org/search/?q=&o=-created&c=Framework+%3A%3A+Pelican+%3A%3A+Themes + + Creating Themes ~~~~~~~~~~~~~~~