diff --git a/hugo.yaml b/hugo.yaml index 95c84fd..e7375e2 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -10,8 +10,8 @@ params: enabled: true title: Ville Lindholm subtitle: Freelance developer - # imageUrl: "" # optional - # imageTitle: "" # optional + imageUrl: "/images/portrait.jpeg" + imageTitle: "Portrait of Ville" # imageWidth: 120 # custom size # imageHeight: 120 # custom size buttons: diff --git a/static/images/portrait.jpeg b/static/images/portrait.jpeg new file mode 100644 index 0000000..b58a1b1 Binary files /dev/null and b/static/images/portrait.jpeg differ