Better social card logic

This commit is contained in:
C. Lente 2023-03-04 16:36:06 -03:00
parent 8b4ac7a925
commit 488da01892
No known key found for this signature in database
GPG key ID: B0B503C26E05781B
8 changed files with 22 additions and 25 deletions

View file

@ -1,13 +1,17 @@
# Basic config
baseURL = "https://example.com"
theme = "hugo-bearcub"
author = "John Doe"
copyright = "John Doe (CC BY 4.0)"
defaultContentLanguage = "en"
# Generate a nice robots.txt for SEO
enableRobotsTXT = true
# Your name. For more information on why this must be a list, see
# https://discourse.gohugo.io/t/site-author-usage/31459/8
[author]
name = "John Doe"
# Setup syntax highlighting without inline styles. For more information about
# why you'd want to avoid inline styles, see
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src#unsafe_inline_styles
@ -67,9 +71,9 @@ enableRobotsTXT = true
hideUntranslated = false
# (EXPERIMENTAL) This theme is capable of dynamically generating social cards
# for posts that don't have `images` defined in their front matter. By setting
# 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 about images, see https://gohugo.io/functions/images/
# information see layouts/partials/seo_tags.html
generateSocialCard = true
# Social media. Delete any item you aren't using to make sure it won't show up