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@gitlab.io>2019-12-04 16:25:57 +0300
committerkarthik <kskarthik@gitlab.io>2019-12-04 16:25:57 +0300
commitcea8756fe6626de1c8090c82379940f1a20da973 (patch)
tree068519a13b839ed52c93cc1315c52f0b48ac7c1e
parenta897bef64395356152ae314d0fc2fdff4ef7ee73 (diff)
update config
-rw-r--r--exampleSite/config.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c5ba64a..498ead2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = "https://example.com/"
+baseURL = "https://gohugo.io/"
title = "Monopriv"
languagecode = "en"
author = "Steve Francia"
@@ -8,8 +8,9 @@ languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
+googleAnalytics = "UA-123-45"
+disqusShortname = "yourdiscussshortname"
theme = "monopriv"
-enableEmoji = true
[params]
about = "A privacy focused minimal bootstrap theme"
@@ -20,6 +21,10 @@ email = "mail@example.com"
metadesc = "A simple privacy oriented bootstrap hugo blog"
# site meta keywords
metakeys = "hugo, simple, minimal, bootstrap, blog"
+# enable/disable disqus comments
+disqus = false
+# enable/disable google analytics
+analytics = false
[menu]
[[menu.main]]