diff --git a/README.md b/README.md index 984ae31..7d665e5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # Poetry Website -This is the source of the official [Poetry website](https://python-poetry.org). +[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)][official website] + +This is the source of the official [Poetry website][official website]. It's built using the static site generator [Hugo](https://gohugo.io) and the Markdown docs from the [Poetry repo](https://github.com/python-poetry/poetry/tree/master/docs). +[official website]: https://python-poetry.org + ## Requirements - [Poetry](https://python-poetry.org/docs/master/#installing-with-the-official-installer) diff --git a/static/badge/v0.json b/static/badge/v0.json new file mode 100644 index 0000000..80f3d1b --- /dev/null +++ b/static/badge/v0.json @@ -0,0 +1,9 @@ +{ + "schemaVersion": 1, + "label": "", + "message": "Poetry", + "logoSvg": "logo-origami", + "logoWidth": 10, + "labelColor": "grey", + "color": "#008BE1" +}