diff --git a/config.yaml b/config.yaml index cf0790b..966f52d 100644 --- a/config.yaml +++ b/config.yaml @@ -87,7 +87,7 @@ params: intro: "Hi there! My name is" title: "Oliver aka Bluemedia" subtitle: "I'm a sysadmin, hacker, and open-source enthusiast" - image: /images/hero.jpg + image: "/images/hero.jpg" button: enable: true name: "Find out more" @@ -108,7 +108,7 @@ params: about: enable: true title: "About Me" - image: "/images/about.jpg" + image: "/images/hero.jpg" content: |- Whether at my main job, at events of the Chaos Computer Club, or with my own AS in the DN42 network: I do a lot of stuff with technology. And I'm always curious to discover even more. diff --git a/static/images/about.jpg b/static/images/about.jpg deleted file mode 100644 index af4af7c..0000000 Binary files a/static/images/about.jpg and /dev/null differ diff --git a/static/images/hero.jpg b/static/images/hero.jpg index 4a6545b..af4af7c 100644 Binary files a/static/images/hero.jpg and b/static/images/hero.jpg differ