Skip to content

Commit 9ea1202

Browse files
committed
Add Devin's Badges-styled badges from WorldWidePixel's Badger
1 parent 9dd9cd4 commit 9ea1202

5 files changed

Lines changed: 16 additions & 45 deletions

File tree

.github/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# PythonTemplateRepo
22

3+
![Works on Windows badge](./docs/badges/works-on-windows-cozy-minimal.svg)
4+
![Works on Mac badge](./docs/badges/works-on-mac-cozy-minimal.svg)
5+
![Works on Linux badge](./docs/badges/works-on-linux-cozy-minimal.svg)
6+
37
Template repo for getting started with a Python project.
48

59
## Getting started

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# PythonTemplateRepo
22

3-
![Made in Python badge](../images/made-in-python.svg)
3+
![Made in Python badge](./docs/badges/made-in-python.svg)
44

5-
[Image credits](../image-credits.md)
5+
![Works on Windows badge](./docs/badges/works-on-windows-cozy.svg)
6+
![Works on Mac badge](./docs/badges/works-on-mac-cozy.svg)
7+
![Works on Linux badge](./docs/badges/works-on-linux-cozy.svg)
8+
9+
[Image credits](./image-credits.md)
610

711
This is a basic README template. Feel free to customise it to your liking.
812

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# Homepage
22

3+
![Made in Python badge](./badges/made-in-python.svg)
4+
![Works on Windows badge](./badges/works-on-windows-compact-minimal.svg)
5+
![Works on Mac badge](./badges/works-on-mac-compact-minimal.svg)
6+
![Works on Linux badge](./badges/works-on-linux-compact-minimal.svg)
7+
38
This is what your MkDocs site looks like now. Change the `mkdocs.yml` file to change the look of this page.

images/made-in-python.svg

Lines changed: 0 additions & 42 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: Template Python Repo
22
site_description: Probably not finished.
33
site_author: The repo's creator.
44

5-
repo_name: GitHub source
5+
repo_name: GitHub
66
repo_url: https://github.com/{username}/{repo}
77
edit_uri: blob/main/docs/
88

0 commit comments

Comments
 (0)