diff --git a/config.yaml b/config.yaml index ee44fae..5381315 100644 --- a/config.yaml +++ b/config.yaml @@ -23,8 +23,8 @@ params: description: Description avatar: /images/avatar.jpg color: - primary: "#fc9800" - secondary: "#57B793" + primary: "#d1501e" + secondary: "#348F26" # favIcon: # ico: # small: /images/favIcons/RegioShopper_16x16.png diff --git a/content/0_hero.md b/content/0_hero.md index a8b5a04..acc0c42 100644 --- a/content/0_hero.md +++ b/content/0_hero.md @@ -2,7 +2,7 @@ type: hero id: hero avatar: - url: /images/profilepicture.jpg + url: /images/avatar.jpg alt: Avatar type: avatar width: 712 diff --git a/assets/images/profilepicture.jpg b/static/images/avatar.jpg similarity index 100% rename from assets/images/profilepicture.jpg rename to static/images/avatar.jpg