Docs: note that plugins and themes can be found on PyPI

This commit is contained in:
MinchinWeb 2026-04-06 15:13:07 -06:00
commit 4855db3364
2 changed files with 11 additions and 0 deletions

View file

@ -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
=====================

View file

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