Skip to content

Commit

Permalink
Add favicon to Grizzly Server (#473)
Browse files Browse the repository at this point in the history
* Add favicon to Grizzly Server

* Lint
  • Loading branch information
malcolmholmes authored Aug 14, 2024
1 parent 307c6b7 commit 8b8f31f
Show file tree
Hide file tree
Showing 4 changed files with 311 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ serve-docs:
git submodule init
git submodule update
hugo server -D -s docs

favicon:
inkscape -w 16 -h 16 -o 16.png grizzly-logo-icon.svg
inkscape -w 32 -h 32 -o 32.png grizzly-logo-icon.svg
inkscape -w 64 -h 64 -o 64.png grizzly-logo-icon.svg
convert 16.png 32.png 64.png grizzly.ico

Loading

0 comments on commit 8b8f31f

Please sign in to comment.