From 610537a1b67ca2a70384931ca9353f38985cdb86 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 5 Feb 2023 11:26:27 -0800 Subject: [PATCH] Document raw params --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dc97ea9..695bb258 100644 --- a/README.md +++ b/README.md @@ -216,11 +216,13 @@ paige: link_href: "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css" # Local or remote file link_integrity: "sha384-b6lVK+yci+bfDmaY1u0zE8YYJt0TZxLEAFyYSLHId4xoVvsrQu3INevFKo+Xir8e" # File integrity hash script: + raw: false # Do not copy or process the file; default is false script_integrity: "sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" # File integrity hash script_src: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" # Local or remote file style: link_href: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" # Local or remote file link_integrity: "sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" # File integrity hash + raw: false # Do not copy or process the file; default is false color: "#123456" # Theme color for Safari and Windows color_scheme: "light" # Use the "light" or "dark" color scheme without automatic switching content_max_width: "66ch" # Page table of contents and content max width @@ -246,16 +248,18 @@ paige: blurb: "There's a new daddy in town." # Displayed below the greeting greeting: "You know best" # Displayed below the image image: - raw: true # Do not copy or process the image + raw: false # Do not copy or process the file; default is false stretch: true # Stretch the image fully horizontally if true; center the image otherwise 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: + raw: false # Do not copy or process the file; default is false 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: + raw: false # Do not copy or process the file; default is false 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: