Order params

master
Will Faught 2 years ago
parent 2a303cdff7
commit 1347f1c7ef

@ -224,6 +224,9 @@ paige:
domain: "" domain: ""
yandex: # See https://metrica.yandex.com yandex: # See https://metrica.yandex.com
account_id: "" account_id: ""
authors:
class: "text-center text-secondary"
hide: false
color: "#0d6efd" # Bootstrap primary color; theme color for Safari and Windows color: "#0d6efd" # Bootstrap primary color; theme color for Safari and Windows
color_scheme: "" # Always use this color scheme without automatic switching; must be "", "light", or "dark" color_scheme: "" # Always use this color scheme without automatic switching; must be "", "light", or "dark"
comments: comments:
@ -244,6 +247,10 @@ paige:
account_id: "" account_id: ""
utterances: # See https://utteranc.es utterances: # See https://utteranc.es
github_repo: "" github_repo: ""
content:
class: "mw-100 paige-content"
hide: false
max_width: ""
credit: credit:
data: data:
hide: false # Don't credit this project in a data attribute hide: false # Don't credit this project in a data attribute
@ -254,9 +261,11 @@ paige:
format: ":date_long" # Hugo date format format: ":date_long" # Hugo date format
hide: false hide: false
source: "published" # Displayed date; must be "published" or "modified" source: "published" # Displayed date; must be "published" or "modified"
menu: description:
breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items class: "lead text-center"
style: "pills" # Must be "links" or "pills" hide: false
git:
commit_url_prefix: "" # Example is "https://github.com/willfaught/paige/commit/"
list: list:
authors: authors:
class: "mb-0 text-center text-secondary" class: "mb-0 text-center text-secondary"
@ -290,41 +299,32 @@ paige:
title: title:
class: "mb-0 text-center" class: "mb-0 text-center"
hide: false hide: false
math: false # Enable math typesetting
menu:
breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items
style: "pills" # Must be "links" or "pills"
metadata: metadata:
max_width: "" max_width: ""
authors:
class: "text-center text-secondary"
hide: false
description:
class: "lead text-center"
hide: false
git:
commit_url_prefix: "" # Example is "https://github.com/willfaught/paige/commit/"
reading_time: reading_time:
class: "text-center text-secondary" class: "text-center text-secondary"
hide: false hide: false
rss:
hide_page: false
managing_editor: ""
web_master: ""
search:
hide_page: false
terms: terms:
hide: false hide: false
inner_class: "badge text-bg-secondary text-decoration-none" inner_class: "badge text-bg-secondary text-decoration-none"
outer_class: "text-center" outer_class: "text-center"
title:
class: "display-5 fw-bold text-center"
hide: false
table_of_contents: table_of_contents:
class: "border mb-3 pe-3 ps-3 pt-3 rounded" class: "border mb-3 pe-3 ps-3 pt-3 rounded"
hide: false hide: false
max_width: "" max_width: ""
content: title:
class: "mw-100 paige-content" class: "display-5 fw-bold text-center"
hide: false hide: false
max_width: ""
math: false # Enable math typesetting
rss:
hide_page: false
managing_editor: ""
web_master: ""
search:
hide_page: false
``` ```
The assigned values shown are the default values. The assigned values shown are the default values.

Loading…
Cancel
Save