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/default.toml')
-rw-r--r--data/default.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/default.toml b/data/default.toml
new file mode 100644
index 0000000..47e6339
--- /dev/null
+++ b/data/default.toml
@@ -0,0 +1,21 @@
+# File dedicated to storing some default values
+
+[search]
+ minLength = 3
+ maxLength = 32
+
+[imageProc]
+ highRes = [ "1280x", "1280w" ]
+ mediumRes = [ "960x", "960w" ]
+ lowRes = [ "640x q90", "640w" ]
+
+[style]
+ lightAccent = "#225670"
+ darkAccent = "#dd587c"
+
+ changeTransition = ".3s ease"
+
+[notFound]
+ title = "Page not found"
+ description = "This page was not found."
+ paragraph = "Nothing to see here, buddy."