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-02 20:21:08 +0300
committerkarthik <kskarthik@gitlab.io>2019-12-02 20:21:08 +0300
commit9059766a0dab78738a5da899215a4d529b34bc89 (patch)
tree7c64cb4f3244bf3935bea886aed9df5bcb664a53 /exampleSite
parent64f2f77ad9c2b925b35c1f5091e9bbbb8c303923 (diff)
initial push
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml60
1 files changed, 60 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..f68479e
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,60 @@
+baseURL = "https://gohugo.io/"
+title = "Monopriv"
+languagecode = "en"
+author = "Steve Francia"
+copyright = "Copyright © 2008–2019"
+paginate = 3
+languageCode = "en"
+DefaultContentLanguage = "en"
+enableInlineShortcodes = true
+footnoteReturnLinkContents = "^"
+theme = "monopriv"
+
+[params]
+about = "A privacy forcused minimal bootstrap theme"
+github = "https://github.com"
+gitlab = "https://gitlab.com"
+email = "mail@example.com"
+# site meta description
+metadesc = "A simple privacy oriented bootstrap hugo blog"
+# site meta keywords
+metakeys = "hugo, simple, minimal, bootstrap, blog"
+
+[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