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:
authorkskarthik <kskarthik@disroot.org>2020-02-11 12:11:03 +0300
committerkskarthik <kskarthik@disroot.org>2020-02-11 12:11:03 +0300
commitb838a21c229ad41525830bcac12f118da9b9ab93 (patch)
tree3438cff3ee2e91506491c539f47c0d72fe68eb2a
parent9fe8d2169bd9cdefa94ff2f7a26320abc71fe6f1 (diff)
Update config.toml
-rw-r--r--exampleSite/config.toml14
1 files changed, 10 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 12ad253..0b26ab9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -11,10 +11,11 @@ footnoteReturnLinkContents = "^"
googleAnalytics = "UA-123-45"
disqusShortname = "yourdiscussshortname"
theme = "monopriv"
+enableEmoji = true
+summaryLength = 20
[params]
about = "A privacy focused minimal bootstrap theme"
-img = "img/logo.png"
github = "https://github.com"
gitlab = "https://gitlab.com"
email = "mail@example.com"
@@ -26,6 +27,11 @@ metakeys = "hugo, simple, minimal, bootstrap, blog"
disqus = false
# enable/disable google analytics
analytics = false
- [params.search] # Site search powered by DuckDuckGo
- enabled = true
- placeholder="Site Search"
+
+[params.search] # Site search powered by DuckDuckGo
+enabled = true
+placeholder="Site Search"
+
+[params.hero]
+enabled = true
+img = "img/logo.png"