diff --git a/config.toml b/config.toml index aa7923b..cac67b2 100644 --- a/config.toml +++ b/config.toml @@ -153,12 +153,12 @@ logoHomeLink = "/" # [params.commento] # url = "" -# Uncomment this if you want a portrait on your start page -# -# [params.portrait] -# path = "/img/image.jpg" -# alt = "Portrait" -# maxWidth = "50px" +[params.portrait] + path = "/img/profile.2022.12.jpeg" + pathWebp = "/img/profile.2022.12.webp" + pathAvif = "/img/profile.2022.12.avif" + alt = "A picture of Kaan, wearing a beanie, in front of some shrubbery." + maxWidth = "20rem" # Social icons [[params.social]] diff --git a/content/img/profile.2022.12.avif b/content/img/profile.2022.12.avif new file mode 100644 index 0000000..5030a6c Binary files /dev/null and b/content/img/profile.2022.12.avif differ diff --git a/content/img/profile.2022.12.jpeg b/content/img/profile.2022.12.jpeg new file mode 100644 index 0000000..b83a1d8 Binary files /dev/null and b/content/img/profile.2022.12.jpeg differ diff --git a/content/img/profile.2022.12.webp b/content/img/profile.2022.12.webp new file mode 100644 index 0000000..86af945 Binary files /dev/null and b/content/img/profile.2022.12.webp differ diff --git a/themes/catafalque b/themes/catafalque index dab69e3..cc0f6ca 160000 --- a/themes/catafalque +++ b/themes/catafalque @@ -1 +1 @@ -Subproject commit dab69e3307e99d7dc77005e66a363abb36269e90 +Subproject commit cc0f6ca4cff70497164ffe40b8ffaed8047207f1