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

default.toml « data - gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 746f27b2cc3dd67d5e5e07a44fd6f17dafa94059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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."