Add featured image params in front matter example

This commit is contained in:
vimux 2019-09-29 10:33:02 -04:00
parent 7e0b05a51b
commit 620ac84f89
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -235,6 +235,12 @@ authorbox: true # Enable/disable Authorbox for specific post
toc: true # Enable/disable Table of Contents for specific post toc: true # Enable/disable Table of Contents for specific post
mathjax: true # Enable/disable MathJax for specific post mathjax: true # Enable/disable MathJax for specific post
related: true # Enable/disable Related content for specific post related: true # Enable/disable Related content for specific post
featured:
url: image.jpg # relative path of the image
alt: A scale model of the Eiffel tower # alternate text for the image
caption: Eiffel tower model # image caption
credit: Unknown author # image credit
previewOnly: false # show only preview image (true/false)
--- ---
``` ```