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
path: root/config
diff options
context:
space:
mode:
authorOCram85 <marco.blessing@googlemail.com>2021-10-08 08:44:49 +0300
committerOCram85 <marco.blessing@googlemail.com>2021-10-08 08:44:49 +0300
commitec1de5f5e2bc3fdcfc5d2a60e08e98640d13a151 (patch)
tree7831315f5ec3c3583e4dbd8af595997efaa79242 /config
parentbcfce0b6525bced2289132ae05bddd4acbc32a33 (diff)
adds repoHost param
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index fec8c77..251cc59 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -66,9 +66,12 @@ alertDismissable = true
alertText = "Introducing the Doks child theme, several DX + UX updates, and more! <a class=\"alert-link stretched-link\" href=\"https://getdoks.org/blog/doks-v0.2/\">Check out Doks v0.2</a>"
# Edit Page
+# repoHost [Github | Gitea ] is used for building the edit link based on git hoster
+repoHost = "GitHub"
+#repoHost = "Gitea"
docsRepo = "https://github.com/h-enk/doks"
docsRepoBranch = "master"
-editPage = false
+editPage = true
[options]
lazySizes = true