diff --git a/hugo.yaml b/hugo.yaml index 2c9f4b4..49b259b 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -47,6 +47,11 @@ params: navbar: displayTitle: true displayLogo: true + logo: + path: logo.png + link: / + width: 32 + height: 32 page: # full (100%), wide (90rem), normal (1280px) diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..79cd2d6 Binary files /dev/null and b/static/logo.png differ