Skip to content

Commit fbfa3b5

Browse files
committed
feat: add logo and favicon to documentation and README
1 parent a9d66a9 commit fbfa3b5

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/assets/logo.png

3.17 MB
Loading

README.md

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

3+
<p align="center">
4+
<img src=".github/assets/logo.png" alt="AGON Logo" width="200"/>
5+
</p>
6+
37
[![PyPI version](https://img.shields.io/pypi/v/agon-python.svg)](https://pypi.org/project/agon-python/)
48
[![Python versions](https://img.shields.io/pypi/pyversions/agon-python.svg)](https://pypi.org/project/agon-python/)
59
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

docs/assets/logo.png

3.17 MB
Loading

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ repo_name: Verdenroz/agon-python
55

66
theme:
77
name: material
8+
logo: assets/logo.png
9+
favicon: assets/logo.png
810
font:
911
text: Inter
1012
code: JetBrains Mono

0 commit comments

Comments
 (0)