-
-
Notifications
You must be signed in to change notification settings - Fork 1
Add a new page
Arpit Sheth edited this page Jul 30, 2020
·
1 revision
- Create a new folder inside
/content/pages
- Create a new
index.mdx
file - Add the frontmatter to your page's file.
- Provide a
title
andslug
- Provide a
- Optionally add files/images to the folder you want to reference from the page
- Write your content below the frontmatter
---
title: About
slug: "/about"
---
Page content goes here...