From 467622c539a3d12c0dc59051f9fd549d6a18fde8 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 19 Dec 2021 16:46:20 -0600 Subject: [PATCH] add shareImage --- content/posts/hello-hugo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/hello-hugo.md b/content/posts/hello-hugo.md index fb7eb97..ce328c6 100644 --- a/content/posts/hello-hugo.md +++ b/content/posts/hello-hugo.md @@ -10,6 +10,7 @@ featureImage: "/images/posts-2021/12/hugo-logo-wide.png" # Sets featured image o # featureImageAlt: 'Description of image' # Alternative text for featured image. # featureImageCap: 'This is the featured image.' # Caption (optional). thumbnail: "/images/posts-2021/12/hugo-logo-wide.png" # Sets thumbnail image appearing inside card on homepage. +shareImage: "/images/posts-2021/12/hugo-logo-wide.png" # shareImage: "/images/path/share.png" # Designate a separate image for social media sharing. codeMaxLines: 10 # Override global value for how many lines within a code block before auto-collapsing. codeLineNumbers: false # Override global value for showing of line numbers within code block.