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

gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthik <kskarthik@disroot.org>2020-02-05 10:29:14 +0300
committerKarthik <kskarthik@disroot.org>2020-02-05 10:29:14 +0300
commit39d86fd20e3d2951453f175f30593c879459b128 (patch)
treedfd75b7475bb82248c993f827d11d515e1636961
parent4dbf7247fdfb6665f7c6966606fd7233190919aa (diff)
change config
-rw-r--r--exampleSite/config.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index de09f23..12ad253 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -12,11 +12,7 @@ googleAnalytics = "UA-123-45"
disqusShortname = "yourdiscussshortname"
theme = "monopriv"
-[params]
- [params.search] # Site search powered by DuckDuckGo
- enabled = true
- placeholder="Site Search"
-
+[params]
about = "A privacy focused minimal bootstrap theme"
img = "img/logo.png"
github = "https://github.com"
@@ -29,4 +25,7 @@ metakeys = "hugo, simple, minimal, bootstrap, blog"
# enable/disable disqus comments
disqus = false
# enable/disable google analytics
-analytics = false \ No newline at end of file
+analytics = false
+ [params.search] # Site search powered by DuckDuckGo
+ enabled = true
+ placeholder="Site Search"