Move paige.math from page to site config
This commit is contained in:
@@ -296,6 +296,7 @@ paige:
|
|||||||
title:
|
title:
|
||||||
class: "text-center" # Default is "text-center"
|
class: "text-center" # Default is "text-center"
|
||||||
hide: false # Default is false
|
hide: false # Default is false
|
||||||
|
math: false # Enable math typesetting; default is false
|
||||||
menu_breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items
|
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"
|
menu_style: "pills" # Menu item style; must be "links" or "pills"; default is "pills"
|
||||||
metadata_max_width: "100ch" # Page metadata max width
|
metadata_max_width: "100ch" # Page metadata max width
|
||||||
@@ -352,8 +353,6 @@ authors: [
|
|||||||
{"name": "Lucille Bluth"} # Credit this author name
|
{"name": "Lucille Bluth"} # Credit this author name
|
||||||
]
|
]
|
||||||
link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title
|
link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title
|
||||||
paige:
|
|
||||||
math: true # Enable math typesetting with KaTeX
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Example `config.yaml`:
|
Example `config.yaml`:
|
||||||
|
Reference in New Issue
Block a user