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-04 16:57:17 +0300
committerKarthik <kskarthik@disroot.org>2020-02-04 16:57:17 +0300
commit50305c517fab8afc228dcb99a98bbf4c02be42b2 (patch)
tree8e21c5c0b8bfe8aef7e477ea3d86dddce7315f8f /exampleSite
parent6911ef1ab394327535266b383ea7c23321d10c40 (diff)
add search bar, new index page post list
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml45
1 files changed, 5 insertions, 40 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0535d4d..de09f23 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -13,6 +13,10 @@ disqusShortname = "yourdiscussshortname"
theme = "monopriv"
[params]
+ [params.search] # Site search powered by DuckDuckGo
+ enabled = true
+ placeholder="Site Search"
+
about = "A privacy focused minimal bootstrap theme"
img = "img/logo.png"
github = "https://github.com"
@@ -25,43 +29,4 @@ metakeys = "hugo, simple, minimal, bootstrap, blog"
# enable/disable disqus comments
disqus = false
# enable/disable google analytics
-analytics = false
-
-[menu]
- [[menu.main]]
- identifier = "about"
- name = "About"
- url = "/about/"
- weight = 10
-
-[taxonomies]
-category = "categories"
-tag = "tags"
-series = "series"
-
-[privacy]
-
- [privacy.vimeo]
- disabled = false
- simple = true
-
- [privacy.twitter]
- disabled = false
- enableDNT = true
- simple = true
-
- [privacy.instagram]
- disabled = false
- simple = true
-
- [privacy.youtube]
- disabled = false
- privacyEnhanced = true
-
-[services]
-
- [services.instagram]
- disableInlineCSS = true
-
- [services.twitter]
- disableInlineCSS = true
+analytics = false \ No newline at end of file