mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-07 13:31:37 +02:00
docs: site update
This commit is contained in:
parent
4fa9080885
commit
f96315cf3f
6
Makefile
6
Makefile
@ -63,6 +63,12 @@ static:
|
||||
@hugo --source www
|
||||
.PHONY: static
|
||||
|
||||
favicon:
|
||||
wget -O www/static/avatar.png https://avatars2.githubusercontent.com/u/24697112
|
||||
convert www/static/avatar.png -define icon:auto-resize=64,48,32,16 www/static/favicon.ico
|
||||
convert www/static/avatar.png -resize x120 www/static/apple-touch-icon.png
|
||||
.PHONY: favicon
|
||||
|
||||
serve:
|
||||
@hugo server -w -s www
|
||||
.PHONY: serve
|
||||
|
BIN
www/static/apple-touch-icon.png
Normal file
BIN
www/static/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
www/static/avatar.png
Normal file
BIN
www/static/avatar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
Binary file not shown.
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@ -1 +1 @@
|
||||
Subproject commit d91c2fc07e4061875a06b4e90267796247281979
|
||||
Subproject commit 3bddc70df07a4449d2ec853bc5ae3438d0394342
|
Loading…
x
Reference in New Issue
Block a user