From 42220a5c0b514cd0b3cd3e9c962b15875fc066a5 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 5 Feb 2023 11:55:57 -0800 Subject: [PATCH] Move paige.math from page to site config --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ce5a9f4..f874bbf7 100644 --- a/README.md +++ b/README.md @@ -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`: