Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/old/default.toml')
-rw-r--r--data/old/default.toml73
1 files changed, 0 insertions, 73 deletions
diff --git a/data/old/default.toml b/data/old/default.toml
deleted file mode 100644
index 92357f5..0000000
--- a/data/old/default.toml
+++ /dev/null
@@ -1,73 +0,0 @@
-# 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