Skip to content

Commit 387304c

Browse files
doc: add favicon
Part of #67
1 parent 6604e17 commit 387304c

17 files changed

+199
-2
lines changed
9.77 KB
Loading
10.5 KB
Loading
13.8 KB
Loading
14.8 KB
Loading
3.66 KB
Loading
3.9 KB
Loading
5.02 KB
Loading
5.44 KB
Loading

doc/_static/favicon/generate-png.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
for SIZE in 16 32 96 128 196
2+
do
3+
convert -background none -resize ${SIZE}x${SIZE} icon.svg icon-${SIZE}x${SIZE}.png
4+
done
5+
6+
for SIZE in 57 60 72 76 114 120 144 152
7+
do
8+
convert -background none -resize ${SIZE}x${SIZE} icon.svg apple-touch-icon-${SIZE}x${SIZE}.png
9+
done

doc/_static/favicon/icon-128x128.png

11.7 KB
Loading

0 commit comments

Comments
 (0)