Browse Source

document extra vars

Julia Luna 2 years ago
parent
commit
83d34e1d53
Signed by: xenua
GPG Key ID: 6A0C04FA9A7D7582
  1. 11
      config.toml

11
config.toml

@ -14,8 +14,11 @@ highlight_code = true
highlight_theme = "css" # use this if you want code blocks to fit in with the theme highlight_theme = "css" # use this if you want code blocks to fit in with the theme
[extra] [extra]
# Put all your custom variables here # complete list of custom variables used by xscratch:
author = "example" # semi-required
default_dark = false # required
image_vertical_crop_height = 768 image_vertical_crop_height = 768
author = "example" index_nav_text = "lmao bingus"
default_dark = false xscratch_debug_info = false
subsections_string = "Subsections:"

Loading…
Cancel
Save