Order params
This commit is contained in:
20
README.md
20
README.md
@@ -237,6 +237,15 @@ paige:
|
|||||||
account_id: "123456"
|
account_id: "123456"
|
||||||
utterances: # utteranc.es
|
utterances: # utteranc.es
|
||||||
github_repo: "example/foo"
|
github_repo: "example/foo"
|
||||||
|
credit:
|
||||||
|
data:
|
||||||
|
hide: false # Don't credit this project in a data attribute; default is false
|
||||||
|
link:
|
||||||
|
hide: false # Don't credit this project in the footer; default is false
|
||||||
|
header:
|
||||||
|
menu:
|
||||||
|
breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items; default is "sm"
|
||||||
|
style: "pills" # Menu item style; must be "links" or "pills"; default is "pills"
|
||||||
home:
|
home:
|
||||||
blurb: "There's a new daddy in town." # Displayed below the greeting; default is ""
|
blurb: "There's a new daddy in town." # Displayed below the greeting; default is ""
|
||||||
greeting: "You know best" # Displayed below the image; default is ""
|
greeting: "You know best" # Displayed below the image; default is ""
|
||||||
@@ -244,11 +253,6 @@ paige:
|
|||||||
raw: false # Do not copy or process the file; default is false
|
raw: false # Do not copy or process the file; default is false
|
||||||
stretch: false # Stretch the image fully horizontally if true; center the image otherwise; default is false
|
stretch: false # Stretch the image fully horizontally if true; center the image otherwise; default is false
|
||||||
url: "me.jpg" # A page, site, or remote resource glob; default is ""
|
url: "me.jpg" # A page, site, or remote resource glob; default is ""
|
||||||
credit:
|
|
||||||
data:
|
|
||||||
hide: false # Don't credit this project in a data attribute; default is false
|
|
||||||
link:
|
|
||||||
hide: false # Don't credit this project in the footer; default is false
|
|
||||||
katex:
|
katex:
|
||||||
autorender:
|
autorender:
|
||||||
raw: false # Do not copy or process the file; default is false
|
raw: false # Do not copy or process the file; default is false
|
||||||
@@ -292,11 +296,6 @@ paige:
|
|||||||
title:
|
title:
|
||||||
class: "mb-0 text-center" # Default is "mb-0 text-center"
|
class: "mb-0 text-center" # Default is "mb-0 text-center"
|
||||||
hide: false # Default is false
|
hide: false # Default is false
|
||||||
math: false # Enable math typesetting; default is false
|
|
||||||
header:
|
|
||||||
menu:
|
|
||||||
breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items; default is "sm"
|
|
||||||
style: "pills" # Menu item style; must be "links" or "pills"; default is "pills"
|
|
||||||
main:
|
main:
|
||||||
metadata:
|
metadata:
|
||||||
authors:
|
authors:
|
||||||
@@ -330,6 +329,7 @@ paige:
|
|||||||
class: "mw-100 paige-content" # Default is "mw-100 paige-content"
|
class: "mw-100 paige-content" # Default is "mw-100 paige-content"
|
||||||
hide: false # Default is false
|
hide: false # Default is false
|
||||||
max_width: "66ch" # Default is ""
|
max_width: "66ch" # Default is ""
|
||||||
|
math: false # Enable math typesetting; default is false
|
||||||
rss:
|
rss:
|
||||||
hide_page: false # Default is false
|
hide_page: false # Default is false
|
||||||
managing_editor: "Michael Bluth" # Default is ""
|
managing_editor: "Michael Bluth" # Default is ""
|
||||||
|
Reference in New Issue
Block a user