From 73213420c0e94e471d07451fd47c78b5b2d69b6a Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 21 Jul 2025 17:35:37 +0200 Subject: [PATCH] remove social card stuff, duplicates most content of pages --- hugo.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hugo.toml b/hugo.toml index 9d269f4..a9133c5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -29,12 +29,6 @@ enableRobotsTXT = true madeWith = "Made with [Hugo](https://gohugo.io) & [ᕦʕ •ᴥ•ʔᕤ Bear Cub](https://github.com/clente/hugo-bearcub)" [params] - # dark theme only - mode = "dark" - - # all stuff on my server - useCDN = false - # The "description" of your website. This is used in the meta data of your generated html. description = "Christoph Cullmann's web site" @@ -52,12 +46,6 @@ enableRobotsTXT = true # The path to your favicon favicon = "favicon.ico" - # (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.