Skip to content

Commit 3271ffa

Browse files
authored
Merge pull request #50 from kraken-tech/add-logo
Add the Kraken logo to the docs
2 parents 6eb330c + 6ec047d commit 3271ffa

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,11 @@ repos:
2727

2828
- id: ruff-format # Run `ruff` formatter
2929
name: Check 'ruff format' passes
30+
31+
- repo: https://github.com/shssoichiro/oxipng
32+
rev: v9.1.5
33+
hooks:
34+
- id: oxipng
35+
3036
ci:
3137
autofix_prs: false

docs/site/img/logo.png

18.5 KB
Loading

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ repo_name: kraken-tech/django-subatomic
33
repo_url: https://github.com/kraken-tech/django-subatomic
44
theme:
55
name: material
6+
logo: site/img/logo.png
67
palette:
78

89
# Palette toggle for automatic mode

0 commit comments

Comments
 (0)