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 ~~~~~~~~~~~~~~~