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

default.toml « old « data - gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92357f5de00dd8bc14d554a233956c82e00e6675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# 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