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/what.toml')
-rw-r--r--data/old/what.toml27
1 files changed, 0 insertions, 27 deletions
diff --git a/data/old/what.toml b/data/old/what.toml
deleted file mode 100644
index 570a811..0000000
--- a/data/old/what.toml
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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"