summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-11-10 01:36:51 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-11-10 01:36:51 -0800
commite6ff03e0d896e44a54035b430058cd48a36d1e1a (patch)
treec8cf11815901847fa791e65c8151f9d8c407f601
parent10dcee3944d29d3e99e992326f9dd1260fb97260 (diff)
downloadisort-e6ff03e0d896e44a54035b430058cd48a36d1e1a.tar.gz
Add small logo, use in documentation website
-rw-r--r--art/logo.pngbin0 -> 7007 bytes
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 0 deletions
diff --git a/art/logo.png b/art/logo.png
new file mode 100644
index 00000000..35969aba
--- /dev/null
+++ b/art/logo.png
Binary files differ
diff --git a/pyproject.toml b/pyproject.toml
index acf45172..2b87e893 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -77,6 +77,8 @@ isort = "isort = isort.pylama_isort:Linter"
[tool.portray.mkdocs.theme]
name = "material"
+favicon = "art/logo.png"
+logo = "art/logo.png"
palette = {primary = "orange", accent = "indigo"}
[build-system]