Move paige.math from page to site config

This commit is contained in:
Will Faught
2023-02-05 11:55:57 -08:00
parent a5b2661368
commit 42220a5c0b

View File

@@ -296,6 +296,7 @@ paige:
title:
class: "text-center" # Default is "text-center"
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_style: "pills" # Menu item style; must be "links" or "pills"; default is "pills"
metadata_max_width: "100ch" # Page metadata max width
@@ -352,8 +353,6 @@ authors: [
{"name": "Lucille Bluth"} # Credit this author name
]
link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title
paige:
math: true # Enable math typesetting with KaTeX
```
Example `config.yaml`: