Combine paige.home.image_* params under paige.home.image
This commit is contained in:
14
README.md
14
README.md
@@ -248,9 +248,10 @@ 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
|
||||
image:
|
||||
raw: true # Do not copy or process the image
|
||||
stretch: true # Stretch the image fully horizontally if true; center the image otherwise
|
||||
url: "me.jpg" # A page, site, or remote resource glob
|
||||
hide_credit_data: true # Don't credit this project in a data attribute
|
||||
hide_credit_link: true # Don't credit this project in the footer
|
||||
list:
|
||||
@@ -375,9 +376,10 @@ 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
|
||||
image:
|
||||
raw: true # Do not copy or process the image
|
||||
stretch: true # Stretch the image fully horizontally if true; center the image otherwise
|
||||
url: "me.jpg" # A page, site, or remote resource glob
|
||||
```
|
||||
|
||||
Additional optional list page parameters:
|
||||
|
Reference in New Issue
Block a user