From 8be493012e9150171547882b07ccbbeaae7b09e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20DELHAIE?= Date: Fri, 9 Feb 2024 12:12:26 +0100 Subject: [PATCH] add profile picture in config --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index ecbca85..9a83583 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,9 @@ name: 'thelilfrog' # YOUR BRAND/PERSONAL TAGLINE tagline: 'hey!' +# YOUR/BRAND IMAGE URL +Image_URL: /static/photo.png + # YOUR/BRAND IMAGE URL Cover_Image: /static/cover.png