# File dedicated to storing some default values [search] minLength = 3 maxLength = 32 [style] darkAccent = "1dbc91" lightAccent = "1f676b" changeTransition = ".3s ease" [notFound] title = "Page not found" description = "This page was not found." paragraph = "Nothing to see here, buddy." [libs] fusejs = "6.6.2" katex = "0.15.6" [imageProcessing] autoResize = true # Convert "tiff" files to the format below # since the most used browsers don't support it fallbackOptions = "jpeg" #defaultResize = "960x" openGraphFill = "1200x630" twitterFill = "1280x640" #markupAutoResizeWidth = 1280 #[[imageProcessing.extraFormats]] #formatOptions = "avif" #mediaType = "image/avif" #minVersion = "?" [[imageProcessing.extraFormats]] formatOptions = "webp" mediaType = "image/webp" minVersion = "0.83" # Keep the sizes in descending order [[imageProcessing.sizes]] resizeOptions = "1280x" label = "1280w" minWidth = 1280 [[imageProcessing.sizes]] resizeOptions = "960x" label = "960w" minWidth = 960 [[imageProcessing.sizes]] resizeOptions = "640x q90" label = "640w" minWidth = 640 #defaultResize = true #[[imageProcessing.sizes]] #resizeOptions = "320x q90" #label = "320w" #minWidth = 320 #[[imageProcessing.sizes]] #resizeOptions = "160x q90" #label = "160w" #minWidth = 160