docs: adding section on where to find themes

+ mention Pypi classifiers
This commit is contained in:
Lucas Cimon 2021-08-05 12:13:30 +02:00
commit 0c0272a556
No known key found for this signature in database
GPG key ID: 08DA831E717571EE
2 changed files with 23 additions and 1 deletions

View file

@ -59,8 +59,11 @@ individual repositories. Legacy plugins are located in the `pelican-plugins
repository`_ and will be gradually phased out in favor of the namespace
versions.
You can also search packaqges with the `Pelican::Plugins Pypi classifier`_.
.. _pelican-plugins organization: https://github.com/pelican-plugins
.. _pelican-plugins repository: https://github.com/getpelican/pelican-plugins
.. _Pelican::Plugins Pypi classifier: https://pypi.org/search/?c=Framework+%3A%3A+Pelican+%3A%3A+Plugins
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

View file

@ -1,7 +1,26 @@
.. _theming-pelican:
Themes
######
Where to find them?
*******************
Namespace themes can be found in the `pelican-themes repository`_.
Please note that while we do our best to review and maintain these themes,
they are submitted by the Pelican community and thus may have varying levels of
support and interoperability.
You can also search packaqges with the `Pelican::Themes Pypi classifier`_.
.. _pelican-themes repository: https://github.com/getpelican/pelican-themes
.. _Pelican::Themes Pypi classifier: https://pypi.org/search/?c=Framework+%3A%3A+Pelican+%3A%3A+Themes
A Pelican contributor also built a web page inventoring many Pelican themes:
`<http://www.pelicanthemes.com>`_
Creating themes
###############
***************
To generate its HTML output, Pelican uses the `Jinja
<https://palletsprojects.com/p/jinja/>`_ templating engine due to its flexibility and