15 lines
385 B
Markdown
15 lines
385 B
Markdown
---
|
|
title: "Accepted Metadata for Markdown Files"
|
|
---
|
|
|
|
Here are all the metadata fields accepted by the linked-blog-starter-md template. All fields are optional.
|
|
```
|
|
title: "Title of Note"
|
|
excerpt: "Excerpt shown in note preview + SEO"
|
|
date: "2021-11-11"
|
|
author:
|
|
name: "Matthew Wong"
|
|
url: "URL to a pic for the author"
|
|
ogImage:
|
|
url: "URL to an image to set the og Image for SEO"
|
|
``` |