Clarify meaning of Bootstrap overrides
This commit is contained in:
@@ -172,9 +172,9 @@ Optional site parameters:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
math: true # Enable math typesetting with KaTeX
|
math: true # Enable math typesetting with KaTeX
|
||||||
paigebootstrapstyles: "/my-assets/my-styles.css" # Use local Bootstrap styles
|
paigebootstrapstyles: "/my-assets/my-bootstrap.min.css" # Use local Bootstrap styles
|
||||||
paigebootstrapicons: "/my-assets/my-icons.css" # Use local Bootstrap icons
|
paigebootstrapicons: "/my-assets/my-bootstrap-icons.css" # Use local Bootstrap icons
|
||||||
paigebootstrapscripts: "/my-assets/my-scripts.js" # Use local Bootstrap scripts
|
paigebootstrapscripts: "/my-assets/my-bootstrap.bundle.min.js" # Use local Bootstrap scripts
|
||||||
paigedateformat: "2006 January 2" # Format for page dates
|
paigedateformat: "2006 January 2" # Format for page dates
|
||||||
paigehidethemecomment: true # Don't put a link to the project in a code comment
|
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
|
paigehidethemelink: true # Don't put a link to the project in the footer
|
||||||
|
Reference in New Issue
Block a user