diff --git a/config.yml b/config.yml index 7fd5956..89d3c65 100644 --- a/config.yml +++ b/config.yml @@ -80,12 +80,18 @@ params: comments: false profileMode: - enabled: false - - homeInfoParams: - Title: "Ignorance is bliss..." - Content: > - Welcome to Christoph Cullmann's personal web site. + enabled: true + title: "Ignorance is bliss..." + subtitle: Welcome to Christoph Cullmann's personal web site. + imageUrl: "/images/christoph_avatar.jpg" + imageTitle: "Christoph Cullmann" + imageWidth: 256 + imageHeight: 256 + buttons: + - name: Posts + url: "/posts" + - name: About + url: "/about" socialIcons: - name: github diff --git a/static/images/christoph.jpg b/static/images/christoph.jpg index 8af027f..730dd9a 100644 Binary files a/static/images/christoph.jpg and b/static/images/christoph.jpg differ diff --git a/static/images/christoph_avatar.jpg b/static/images/christoph_avatar.jpg index 98c771b..3c8349d 100644 Binary files a/static/images/christoph_avatar.jpg and b/static/images/christoph_avatar.jpg differ