Add monthly downloads badge to README

This commit is contained in:
Justin Mayer 2023-08-02 11:01:40 +02:00
commit 44d9754466

View file

@ -1,5 +1,5 @@
Pelican |build-status| |pypi-version| |repology| Pelican |build-status| |pypi-version| |downloads| |repology|
================================================ ============================================================
Pelican is a static site generator, written in Python_, that allows you to create Pelican is a static site generator, written in Python_, that allows you to create
web sites by composing text files in formats such as Markdown, reStructuredText, and HTML. web sites by composing text files in formats such as Markdown, reStructuredText, and HTML.
@ -70,6 +70,9 @@ Why the name “Pelican”?
.. |pypi-version| image:: https://img.shields.io/pypi/v/pelican.svg .. |pypi-version| image:: https://img.shields.io/pypi/v/pelican.svg
:target: https://pypi.org/project/pelican/ :target: https://pypi.org/project/pelican/
:alt: PyPI: the Python Package Index :alt: PyPI: the Python Package Index
.. |downloads| image:: https://img.shields.io/pypi/dm/pelican.svg
:target: https://pypi.org/project/pelican/
:alt: Monthly Downloads from PyPI
.. |repology| image:: https://repology.org/badge/tiny-repos/pelican.svg .. |repology| image:: https://repology.org/badge/tiny-repos/pelican.svg
:target: https://repology.org/project/pelican/versions :target: https://repology.org/project/pelican/versions
:alt: Repology: the packaging hub :alt: Repology: the packaging hub