mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add download+PyPI banners to README
This commit is contained in:
parent
69b8a2d8cc
commit
d082d94f25
1 changed files with 8 additions and 3 deletions
11
README.rst
11
README.rst
|
|
@ -1,5 +1,5 @@
|
|||
Pelican |build-status| |coverage-status|
|
||||
========================================
|
||||
Pelican |build-status| |coverage-status| |pypi-version| |pypi-downloads|
|
||||
========================================================================
|
||||
|
||||
Pelican is a static site generator, written in Python_.
|
||||
|
||||
|
|
@ -62,4 +62,9 @@ Why the name "Pelican"?
|
|||
.. |coverage-status| image:: https://img.shields.io/coveralls/getpelican/pelican.svg
|
||||
:target: https://coveralls.io/r/getpelican/pelican
|
||||
:alt: Coveralls: code coverage status
|
||||
|
||||
.. |pypi-version| image:: https://img.shields.io/pypi/v/pelican.svg
|
||||
:target: https://pypi.python.org/pypi/pelican
|
||||
:alt: PyPI: the Python Package Index
|
||||
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/pelican.svg
|
||||
:target: https://pypi.python.org/pypi/pelican
|
||||
:alt: PyPI: the Python Package Index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue