Pages

Create your first page

Add a page

Pages are placed in the content/pages directory.

Add a new about.mdx page.

mysite
└── content
└── pages
├── about.mdx
├── basic.mdx
└── index.mdx

You build pages by writing Markdown and React components.

content/pages/about.mdx
---
title: About Us
excerpt: This is a description for the about page.
---
# About Us
Amazing Pandas Eating Things

About Us

Amazing Pandas Eating Things