title: | Getting Started Guide | |||
---|---|---|---|---|
date: | 2025-03-29T00:00:00.000Z | |||
tags: |
|
This is a sample guide to help you get started with the Remark Frontmatter Starter.
Frontmatter is a way to add metadata to your markdown files. It's placed at the top of your file between triple dashes (---
). Here's a template you can use:
---
title: Your Document Title
date: YYYY-MM-DD
tags:
- tag1
- tag2
- tag3
---
title
: The title of your documentdate
: The date in YYYY-MM-DD formattags
: A list of tags for categorizationdocs
directory