From 5fd6cf3e5a2ed295e43846c0331d0c8b6259b92f Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 14 Dec 2022 18:19:06 -0800 Subject: [PATCH] Clarify meaning of Bootstrap overrides --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 803b93b0..36b1486e 100644 --- a/README.md +++ b/README.md @@ -172,9 +172,9 @@ Optional site parameters: ```yaml math: true # Enable math typesetting with KaTeX -paigebootstrapstyles: "/my-assets/my-styles.css" # Use local Bootstrap styles -paigebootstrapicons: "/my-assets/my-icons.css" # Use local Bootstrap icons -paigebootstrapscripts: "/my-assets/my-scripts.js" # Use local Bootstrap scripts +paigebootstrapstyles: "/my-assets/my-bootstrap.min.css" # Use local Bootstrap styles +paigebootstrapicons: "/my-assets/my-bootstrap-icons.css" # Use local Bootstrap icons +paigebootstrapscripts: "/my-assets/my-bootstrap.bundle.min.js" # Use local Bootstrap scripts paigedateformat: "2006 January 2" # Format for page dates paigehidethemecomment: true # Don't put a link to the project in a code comment paigehidethemelink: true # Don't put a link to the project in the footer