- Markdown files must have a file extension of '.mdx' or '.md' only.
- Each markdown file must contain the following Frontmatter
---
modified: {{date:YYYY-MM-DD HH:mm}}
modifiedTs: {{date:x}}
created: {{date:YYYY-MM-DD HH:mm}}
createdTs: {{date:x}}
layout: MDXLayout
route: /blog
slug: __SLUG__
ext: .mdx or .md
title: {{title}}
summary: __SUMMARY__
image: /images/photos/20230411-Three-Sisters.jpg
authors: [jeffbarron]
tags: [draft]
---
SENDGRID_API_KEY=XXXXX
ROOT_URI=http://localhost:3000
ROOT_URI=https://jeffreybarron.com
make dev
make build
make start