Update documentation for single page website layout

This commit is contained in:
Justin Nguyen
2021-01-14 20:46:48 -08:00
parent 1b08c1579e
commit 75f3e7bce2
11 changed files with 99 additions and 48 deletions

View File

@@ -4,9 +4,9 @@ cover = "img/hello.jpg"
layout = "2col-right"
+++
**Hi there!** This is a section dedicated for a homepage.
This is a section dedicated for a single-page-site homepage.
There are 3 layouts supported for the homepage sections:
- `2col-right` - The layout for this section with the cover image appearing on the left and the front-matter on the right
- `2col-left` - The layout for this section has the cover image on the right and front-matter on the left
- `default` - The default layout for the section matching the post layout with the image appearing above the front-matter
- `2col-right` - Two column layout for this section with the cover image appearing on the left and the front-matter on the right
- `2col-left` - Two column layout for this section has the cover image on the right and front-matter on the left
- `default` - The default layout for the section matching the post layout with the cover image appearing above the front-matter in a single column