Use paige.home config for home page

This commit is contained in:
Will Faught
2023-02-05 10:41:22 -08:00
parent 62c123d558
commit 32694e101c
3 changed files with 26 additions and 19 deletions

View File

@@ -368,14 +368,16 @@ paige:
hide: false # Default is false
```
Additional optional home page parameters:
Optional home page parameters:
```yaml
blurb: "There's a new daddy in town." # Displayed below the greeting
greeting: "You know best" # Displayed below the image
image_raw: true # Do not copy or process the image
image_stretch: true # Stretch the image fully horizontally if true; center the image otherwise
image_url: "me.jpg" # A page, site, or remote resource glob
paige:
home:
blurb: "There's a new daddy in town." # Displayed below the greeting
greeting: "You know best" # Displayed below the image
image_raw: true # Do not copy or process the image
image_stretch: true # Stretch the image fully horizontally if true; center the image otherwise
image_url: "me.jpg" # A page, site, or remote resource glob
```
Additional optional list page parameters: