From 620ac84f89bdf4cfefe8093a881dd6ca9bd29869 Mon Sep 17 00:00:00 2001 From: vimux Date: Sun, 29 Sep 2019 10:33:02 -0400 Subject: [PATCH] Add featured image params in front matter example --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 97a696d..e7721e0 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,12 @@ authorbox: true # Enable/disable Authorbox for specific post toc: true # Enable/disable Table of Contents for specific post mathjax: true # Enable/disable MathJax 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) --- ```