Skip to content

Commit 8e1d80a

Browse files
committed
change to new logo
1 parent ea8f891 commit 8e1d80a

File tree

6 files changed

+5
-0
lines changed

6 files changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ default:
66

77
caddy:
88
docker run -d -p 80:80 -p 443:443 --restart=always -v /root/.caddy:/root/.caddy openpitrix/openpitrix.github.io
9+
910
local:
1011
docker build -f Dockerfile.local -t openpitrix/openpitrix.github.io.local --no-cache .
1112
docker run --rm -p 2015:2015 openpitrix/openpitrix.github.io.local
13+
14+
favicon:
15+
png2ico static/favicon.ico static/logo-small.png
16+
1217
clean:

static/favicon-green.ico

-3.55 KB
Binary file not shown.

static/favicon.ico

100755100644
11.7 KB
Binary file not shown.

static/logo-green.png

-11 KB
Binary file not shown.

static/logo-small.png

2.65 KB
Loading

static/logo.png

-3.97 KB
Loading

0 commit comments

Comments
 (0)