diff --git a/Makefile b/Makefile index e9ed3ec8a..d76b046ea 100644 --- a/Makefile +++ b/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 diff --git a/www/static/apple-touch-icon.png b/www/static/apple-touch-icon.png new file mode 100644 index 000000000..b98f36abd Binary files /dev/null and b/www/static/apple-touch-icon.png differ diff --git a/www/static/avatar.png b/www/static/avatar.png new file mode 100644 index 000000000..74dcce8b3 Binary files /dev/null and b/www/static/avatar.png differ diff --git a/www/static/favicon.ico b/www/static/favicon.ico index d1048ef3d..c9eb14ab0 100644 Binary files a/www/static/favicon.ico and b/www/static/favicon.ico differ diff --git a/www/themes/hugo-apex-theme b/www/themes/hugo-apex-theme index d91c2fc07..3bddc70df 160000 --- a/www/themes/hugo-apex-theme +++ b/www/themes/hugo-apex-theme @@ -1 +1 @@ -Subproject commit d91c2fc07e4061875a06b4e90267796247281979 +Subproject commit 3bddc70df07a4449d2ec853bc5ae3438d0394342