Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax le Fou <buttbadger@gmail.com>2020-03-11 16:12:17 +0300
committerMax le Fou <buttbadger@gmail.com>2020-03-11 16:12:17 +0300
commitb056877f019e62bab6eac79113fc90117d6985a3 (patch)
treee31fadd1aa2c4712913edd5e7b4a5acfd7773ab6
parentb9199a3dd12f2f56ba9f954fd1b84a368d8a9cbd (diff)
small config tweak
-rw-r--r--exampleSite/config.toml12
1 files changed, 10 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b55cdcf..319b98f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -30,7 +30,7 @@ preserveTaxonomyNames = true
linkedin = "https://linkedin.com"
github = "https://github.com"
gitlab = "https://gitlab.com"
-
+
[menu]
[[menu.main]]
@@ -67,4 +67,12 @@ tag = "tags"
[privacy.youtube]
disabled = false
- privacyEnhanced = true \ No newline at end of file
+ privacyEnhanced = true
+
+[services]
+
+ [services.instagram]
+ disableInlineCSS = true
+
+ [services.twitter]
+ disableInlineCSS = true \ No newline at end of file