Skip to content

Commit 8b8f31f

Browse files
Add favicon to Grizzly Server (#473)
* Add favicon to Grizzly Server * Lint
1 parent 307c6b7 commit 8b8f31f

File tree

4 files changed

+311
-0
lines changed

4 files changed

+311
-0
lines changed

‎Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,10 @@ serve-docs:
5656
git submodule init
5757
git submodule update
5858
hugo server -D -s docs
59+
60+
favicon:
61+
inkscape -w 16 -h 16 -o 16.png grizzly-logo-icon.svg
62+
inkscape -w 32 -h 32 -o 32.png grizzly-logo-icon.svg
63+
inkscape -w 64 -h 64 -o 64.png grizzly-logo-icon.svg
64+
convert 16.png 32.png 64.png grizzly.ico
65+

0 commit comments

Comments
 (0)