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

what.toml « old « data - gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 570a811938731616139cdce8d1a509b1f3a04da5 (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
# File dedicated to storing some default values

[search]
  minLength = 3
  maxLength = 32

[imageProc]
  highRes   = [ "1280x", "1280w" ]
  mediumRes = [ "960x", "960w" ]
  lowRes    = [ "640x q90", "640w" ]
  
  markupAutoResizeWidth = 1280
  
[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]
  fuse = "6.5.3"
  katex = "0.15.3"