diff --git a/config.yml b/config.yml index 6bea803..adc98b5 100644 --- a/config.yml +++ b/config.yml @@ -10,8 +10,8 @@ params: env: production title: "Zachary Billman's Blog" description: "Where I talk a little about... not much." - keywords: [Blog, Portfolio, PaperMod] - author: "Zachary Billman, who else?" + keywords: [Blog, Portfolio, PaperMod, "Zachary Billman", "Zach Billman"] + author: "Zachary Billman" DateFormat: "Monday, January 2, 2006" defaultTheme: light disableThemeToggle: false @@ -41,10 +41,10 @@ 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: /homepage/2021_headshot.JPG + imageUrl: /homepage/2021_headshot.webp imageWidth: 360 imageHeight: 360 - imageTitle: Pretty cool flask, from an open source icon library called Iconoir. Check them out! + imageTitle: Headshot of Zachary Billman, the owner and maintainer of this website. buttons: - name: About Me url: /posts/about-me/ diff --git a/static/homepage/2021_headshot-orig.JPG b/static/homepage/2021_headshot-orig.JPG new file mode 100755 index 0000000..a803992 Binary files /dev/null and b/static/homepage/2021_headshot-orig.JPG differ diff --git a/static/homepage/2021_headshot.JPG b/static/homepage/2021_headshot.JPG old mode 100755 new mode 100644 index a803992..5959257 Binary files a/static/homepage/2021_headshot.JPG and b/static/homepage/2021_headshot.JPG differ diff --git a/static/homepage/2021_headshot.webp b/static/homepage/2021_headshot.webp new file mode 100644 index 0000000..8021fbc Binary files /dev/null and b/static/homepage/2021_headshot.webp differ