From 3ff5ce4317c6b34946a860f2d462c262b644abc5 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 8 Apr 2024 00:06:43 +0000 Subject: [PATCH 1/2] chore(deps): update dependency thegeeklab/hugo-geekblog to v0.27.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f64d19f..66846ab 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=thegeeklab/hugo-geekblog -THEME_VERSION := v0.26.2 +THEME_VERSION := v0.27.0 THEME := hugo-geekblog BASEDIR := . THEMEDIR := $(BASEDIR)/themes -- 2.45.2 From 91b5d82d2ada20c0a4de5de2f4ae30a005cec6e8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 8 Apr 2024 08:34:59 +0200 Subject: [PATCH 2/2] use new avatar shortcode --- content/about/images/{profile.jpg => avatar.jpg} | Bin content/about/index.md | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename content/about/images/{profile.jpg => avatar.jpg} (100%) diff --git a/content/about/images/profile.jpg b/content/about/images/avatar.jpg similarity index 100% rename from content/about/images/profile.jpg rename to content/about/images/avatar.jpg diff --git a/content/about/index.md b/content/about/index.md index 71786d8..5f1c897 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -1,15 +1,15 @@ --- title: About Me resources: - - name: profile - src: "images/profile.jpg" + - name: avatar + src: "images/avatar.jpg" --- {{< columns size=small >}} -{{< img name=profile lazy=false size=profile anchor=top >}} +{{< avatar name=avatar size=tiny anchor=top >}} -- 2.45.2