mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-22 06:52:18 +00:00
add shareImage
This commit is contained in:
parent
60f4dceae5
commit
467622c539
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue