Order config

master
Will Faught 2 years ago
parent 114a267ee3
commit e169df2d7f

@ -247,20 +247,7 @@ paige:
github_repo: "example/foo"
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
math:
autorender:
script_integrity: "sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" # File integrity hash
script_src: "https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/contrib/auto-render.min.js" # Local or remote file
script:
script_integrity: "sha384-97gW6UIJxnlKemYavrqDHSX3SiygeOwIZhwyOKRfSaf0JWKRVj9hLASHgFTzT+0O" # File integrity hash
script_src: "https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.js" # Local or remote file
style:
link_href: "https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.css" # Local or remote file
link_integrity: "sha384-Juol1FqnotbkyZUT5Z7gUPjQ9gzlwCENvUZTpQBAPxtusdwFLRy382PSDx5UUJ4/" # File integrity hash
menu_breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items
menu_style: "pills" # Menu item style; must be "links" or "pills"; default is "pills"
metadata_max_width: "100ch" # Page metadata max width
page:
list:
authors:
class: "text-center text-secondary" # Default is "text-center text-secondary"
hide: false # Default is false
@ -268,25 +255,43 @@ paige:
class: "badge text-bg-secondary text-decoration-none" # Default is "badge text-bg-secondary text-decoration-none"
hide: false # Default is false
content:
class: "mw-100 paige-content" # Default is "mw-100 paige-content"
hide: false # Default is false
show: false # Default is false
date:
class: "text-center text-secondary" # Default is "text-center text-secondary"
format: ":date_long" # Default is ":date_long"
hide: true # Default is true
date_header:
class: "h5 text-center" # Month and year header class attribute
hide: false # Default is false
description:
class: "lead text-center" # Default is "lead text-center"
class: "text-center" # Default is "text-center"
hide: false # Default is false
reading_time:
class: "text-center text-secondary" # Default is "text-center text-secondary"
hide: false # Default is false
summary:
class: "text-center" # Default is "text-center"
hide: false # Default is false
tags:
class: "badge text-bg-secondary text-decoration-none" # Default is "badge text-bg-secondary text-decoration-none"
hide: false # Default is false
title:
class: "display-5 fw-bold text-center" # Default is "display-5 fw-bold text-center"
class: "text-center" # Default is "text-center"
hide: false # Default is false
list:
math:
autorender:
script_integrity: "sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" # File integrity hash
script_src: "https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/contrib/auto-render.min.js" # Local or remote file
script:
script_integrity: "sha384-97gW6UIJxnlKemYavrqDHSX3SiygeOwIZhwyOKRfSaf0JWKRVj9hLASHgFTzT+0O" # File integrity hash
script_src: "https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.js" # Local or remote file
style:
link_href: "https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.css" # Local or remote file
link_integrity: "sha384-Juol1FqnotbkyZUT5Z7gUPjQ9gzlwCENvUZTpQBAPxtusdwFLRy382PSDx5UUJ4/" # File integrity hash
menu_breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items
menu_style: "pills" # Menu item style; must be "links" or "pills"; default is "pills"
metadata_max_width: "100ch" # Page metadata max width
page:
authors:
class: "text-center text-secondary" # Default is "text-center text-secondary"
hide: false # Default is false
@ -294,28 +299,23 @@ paige:
class: "badge text-bg-secondary text-decoration-none" # Default is "badge text-bg-secondary text-decoration-none"
hide: false # Default is false
content:
show: false # Default is false
class: "mw-100 paige-content" # Default is "mw-100 paige-content"
hide: false # Default is false
date:
class: "text-center text-secondary" # Default is "text-center text-secondary"
format: ":date_long" # Default is ":date_long"
hide: true # Default is true
date_header:
class: "h5 text-center" # Month and year header class attribute
hide: false # Default is false
description:
class: "text-center" # Default is "text-center"
class: "lead text-center" # Default is "lead text-center"
hide: false # Default is false
reading_time:
class: "text-center text-secondary" # Default is "text-center text-secondary"
hide: false # Default is false
summary:
class: "text-center" # Default is "text-center"
hide: false # Default is false
tags:
class: "badge text-bg-secondary text-decoration-none" # Default is "badge text-bg-secondary text-decoration-none"
hide: false # Default is false
title:
class: "text-center" # Default is "text-center"
class: "display-5 fw-bold text-center" # Default is "display-5 fw-bold text-center"
hide: false # Default is false
rss:
managing_editor: "Michael Bluth"

Loading…
Cancel
Save