Add image_raw, image_stretch, image_url params to home.html

This commit is contained in:
Will Faught
2023-01-08 00:30:49 -08:00
parent 9b176c4868
commit 50565f9683
8 changed files with 45 additions and 41 deletions

View File

@@ -318,9 +318,10 @@ Additional optional home page parameters:
```yaml
blurb: "There's a new daddy in town." # Displayed below the greeting
center_url: "my-center.jpg" # An image that is centered
greeting: "You know best" # Displayed below the center and stretch images
stretch_url: "my-stretch.jpg" # A 4x3 or panorama image that is stretched fully horizontally
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: