Here is an example of the front matter used across the site.
tagsadds the tags on articlesfeaturedwill add the article to the featured section of the homepagedraftwill hide the article from the homepageheroStylewill change the way an image is displayed at the top of the article. Options arebasic, big, background, thumbAndBackground
Here’s an example for the photo shortcode:
---
title: photo shortcode
summary: how to use the photo shortcode
date: 2025-10-01
tags:
- dev
- about
- shortcodes
showHero: true
heroStyle: big # background
showAuthor: true
showAuthorsBadges: true
authors:
- "andrew"
featured: false
draft: false
---