summaryrefslogtreecommitdiffstats
path: root/docs/content/en/about
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-07-06 17:53:17 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-07-06 17:53:17 +0200
commit0efd374805ac49a0e6513c707520fc2f6f238afc (patch)
treea8c6a8862574bc41b7f60eeda8679c4cd70a79a2 /docs/content/en/about
parent2b8d907ab731627f4e2a30442cd729064516c8bb (diff)
parent98293eaa1570b5aff4452021c8b6d6c8560b3f06 (diff)
Diffstat (limited to 'docs/content/en/about')
-rw-r--r--docs/content/en/about/hugo-and-gdpr.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/content/en/about/hugo-and-gdpr.md b/docs/content/en/about/hugo-and-gdpr.md
index 0a95e602d..15352ae7c 100644
--- a/docs/content/en/about/hugo-and-gdpr.md
+++ b/docs/content/en/about/hugo-and-gdpr.md
@@ -49,8 +49,10 @@ simple = false
[privacy.twitter]
disable = false
enableDNT = false
+simple = false
[privacy.vimeo]
disable = false
+simple = false
[privacy.youtube]
disable = false
privacyEnhanced = false
@@ -108,8 +110,25 @@ disableInlineCSS = true
enableDNT
: Enabling this for the twitter/tweet shortcode, the tweet and its embedded page on your site are not used for purposes that include personalized suggestions and personalized ads.
+simple
+: If simple mode is enabled, a static and no-JS version of a tweet will be built.
+
+
+**Note:** If you use the _simple mode_ for Twitter, you may want to disable the inlines styles provided by Hugo:
+
+ {{< code-toggle file="config">}}
+[services]
+[services.twitter]
+disableInlineCSS = true
+{{< /code-toggle >}}
+
### YouTube
privacyEnhanced
: When you turn on privacy-enhanced mode, YouTube won’t store information about visitors on your website unless the user plays the embedded video.
+### Vimeo
+
+simple
+: If simple mode is enabled, the video thumbnail is fetched from Vimeo's servers and it is overlayed with a play button. If the user clicks to play the video, it will open in a new tab directly on Vimeo's website.
+