diff --git a/config.yml b/config.yml index b6809dd..87ab534 100644 --- a/config.yml +++ b/config.yml @@ -33,7 +33,7 @@ params: label: text: "Zachary Billman" - icon: /flask.svg + icon: /homepage/flask.svg iconHeight: 35 url: https://www.zacharybillman.com @@ -42,9 +42,9 @@ params: enabled: true title: "Zachary Billman's Blog" subtitle: "Welcome to my humble blog, where I say a little about... not much. Especially right now given that there's nothing here at the moment. Maybe that will change soon if my self-hosting journey takes off." - imageUrl: /flask.svg - imageWidth: 120 - imageHeight: 120 + imageUrl: /homepage/2021_headshot.JPG + imageWidth: 360 + imageHeight: 360 imageTitle: Pretty cool flask, from an open source icon library called Iconoir. Check them out! buttons: - name: Posts (This isn't working, but you do you.) diff --git a/static/homepage/2021_headshot.JPG b/static/homepage/2021_headshot.JPG new file mode 100755 index 0000000..a803992 Binary files /dev/null and b/static/homepage/2021_headshot.JPG differ diff --git a/static/flask.svg b/static/homepage/flask.svg similarity index 100% rename from static/flask.svg rename to static/homepage/flask.svg