From f2f3f5af04897f127a8f9582bb0fd1e66b01349c Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 8 Apr 2024 08:38:08 +0200 Subject: [PATCH] chore(deps): update dependency thegeeklab/hugo-geekblog to v0.27.0 (#313) Reviewed-on: https://gitea.rknet.org/xoxys/thegeeklab/pulls/313 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Makefile | 2 +- content/about/images/{profile.jpg => avatar.jpg} | Bin content/about/index.md | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) rename content/about/images/{profile.jpg => avatar.jpg} (100%) 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 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 >}}