Add front matter to posts with YAML. This content includes the title, author, date, slug, summary, images, featured status, etc.
Images play a key role in sharing your content on social media. To add images
for social media sites to see, add them to your front matter under the images
key. For example:
images:
- path/to/image/1.jpg
- path/to/image/2.jpgEvery post contains a featured image. It is either displayed full-width, behind
the title of your post, or just above the title for smaller images. The first
image defined under the images tag will be used as your cover image. By
default, the cover image style is standard - which will add the image just
above you title. If you wish to use a full width image, set coverImageStyle to
full in your front matter.
The following information for authors should be used:
author:
name: Your Name
twitter: @your-twitter-handle
email: [email protected]This allows for better cross-platform sharing.