Layouts
Table of Contents
Simple Material contains the following layouts:
| Name | Description |
|---|---|
default |
Base layout of the theme. |
page |
Top-level or standalone pages in the website. |
post |
Blog posts. |
project |
Project pages to show details of a portfolio item. |
doc |
API documentation. |
To define a page layout, use layout: name in the page’s YAML front matter. If none specified, default is used.