Rename paige.math to paige.katex
This commit is contained in:
20
README.md
20
README.md
@@ -251,6 +251,16 @@ paige:
|
||||
url: "me.jpg" # A page, site, or remote resource glob
|
||||
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
|
||||
katex:
|
||||
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
|
||||
list:
|
||||
authors:
|
||||
class: "text-center text-secondary" # Default is "text-center text-secondary"
|
||||
@@ -282,16 +292,6 @@ paige:
|
||||
title:
|
||||
class: "text-center" # Default is "text-center"
|
||||
hide: false # Default is false
|
||||
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
|
||||
|
Reference in New Issue
Block a user