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:
Diffstat (limited to 'exampleSite/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"