remove social card stuff, duplicates most content of pages

This commit is contained in:
Christoph Cullmann 2025-07-21 17:35:37 +02:00
parent 30a2e69020
commit 73213420c0
No known key found for this signature in database

View file

@ -29,12 +29,6 @@ enableRobotsTXT = true
madeWith = "Made with [Hugo](https://gohugo.io) & [ᕦʕ •ᴥ•ʔᕤ Bear Cub](https://github.com/clente/hugo-bearcub)" madeWith = "Made with [Hugo](https://gohugo.io) & [ᕦʕ •ᴥ•ʔᕤ Bear Cub](https://github.com/clente/hugo-bearcub)"
[params] [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. # The "description" of your website. This is used in the meta data of your generated html.
description = "Christoph Cullmann's web site" description = "Christoph Cullmann's web site"
@ -52,12 +46,6 @@ enableRobotsTXT = true
# The path to your favicon # The path to your favicon
favicon = "favicon.ico" 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 # 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" # 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. # link by using a `hideReply` param in front matter.