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

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/_default/params.toml')
-rw-r--r--config/_default/params.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
new file mode 100644
index 0000000..1ee8beb
--- /dev/null
+++ b/config/_default/params.toml
@@ -0,0 +1,27 @@
+title = "Doks"
+titleSeparator = "-"
+titleAddition = "Hugo Documentation Theme"
+description = "Hugo boilerplate helping you build fast, robust, and flexible websites."
+images = ["image-hyas.jpg"]
+twitterSite = "@henkverlinde"
+twitterCreator = "@henkverlinde"
+ogLocale = "en_US"
+schemaType = "Organization"
+schemaLogo = "logo-hyas.png"
+schemaTwitter = "https://twitter.com/henkverlinde"
+schemaLinkedIn = "https://www.linkedin.com/in/henkverlinde/"
+schemaSection = "news"
+siteLinksSearchBox = false
+
+themeColor = "#fff"
+
+# googleAnalytics = "UA-99999999-1"
+
+quality = 85
+bgColor = "#fff"
+landscapePhotoWidths = [900, 700, 500]
+portraitPhotoWidths = [1500, 1000, 750]
+lqipWidth = "20x"
+
+footer = "© 2020 Henk Verlinde - MIT License"
+version = "v0.1.0"