Add paige.main.table_of_contents.max_width param

This commit is contained in:
Will Faught
2023-02-05 15:12:39 -08:00
parent a276e05101
commit 643eb4842e
2 changed files with 9 additions and 2 deletions

View File

@@ -219,7 +219,7 @@ paige:
raw: false # Do not copy or process the file; default is false
color: "#123456" # Theme color for Safari and Windows; default is "#0d6efd"
color_scheme: "light" # Use the "light" or "dark" color scheme without automatic switching; default is ""
content_max_width: "66ch" # Page table of contents and content max width; default is ""
content_max_width: "66ch" # Page content max width; default is ""
comments:
cactus: # cactus.chat
account_id: "123456"
@@ -328,6 +328,7 @@ paige:
hide: false # Default is false
table_of_contents:
hide: false # Default is false
max_width: "66ch" # Default is ""
rss:
managing_editor: "Michael Bluth" # Default is ""
web_master: "Michael Bluth" # Default is ""