A page is a file:
- stored in the pages directory.
- that is wrapped in a layout
- and served as HTML.
Syntax
The page file can be written in:
- markdown (md or mdx)
- or programmatically (jsx, tsx)
Configuration
By default, the pages directory is the pages subdirectory of the conf file directory.
You can set it in the paths node of the configuration file