From 3858cd7e46139a1f5e00037012e44d7212e545d6 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 20 Jul 2025 19:26:56 +0200 Subject: [PATCH] try generateSocialCard --- hugo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hugo.toml b/hugo.toml index 38b450f..115bb6a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -58,6 +58,12 @@ enableRobotsTXT = true # https://gohugo.io/templates/internal#open-graph images = ["images/christoph_avatar.webp"] + # (EXPERIMENTAL) This theme is capable of dynamically generating social cards + # for posts that don't have `images` defined in their front matter; By setting + # `generateSocialCard` to false, you can prevent this behavior. For more + # information see layouts/partials/social_card.html + generateSocialCard = true + # Author metadata. This is mostly used for the RSS feed of your site, but the # email is also added to the footer of each post. You can hide the "reply to" # link by using a `hideReply` param in front matter.