forked from oyd/ozgurkon-2020-site
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
682 B
41 lines
682 B
baseURL = "http://example.org/"
|
|
languageCode = "fr-FR"
|
|
title = "Devfest Toulouse 2019"
|
|
|
|
# Theme
|
|
theme = "test-theme-hugo"
|
|
# theme = "ananke"
|
|
|
|
|
|
# Params
|
|
|
|
enableEmoji = true
|
|
enableRobotsTXT = true
|
|
|
|
log = true
|
|
verbose = true
|
|
|
|
|
|
|
|
# Privacy
|
|
[privacy]
|
|
[privacy.disqus]
|
|
disable = false
|
|
[privacy.googleAnalytics]
|
|
anonymizeIP = false
|
|
disable = false
|
|
respectDoNotTrack = false
|
|
useSessionStorage = false
|
|
[privacy.instagram]
|
|
disable = false
|
|
simple = false
|
|
[privacy.twitter]
|
|
disable = false
|
|
enableDNT = false
|
|
simple = false
|
|
[privacy.vimeo]
|
|
disable = false
|
|
simple = false
|
|
[privacy.youtube]
|
|
disable = false
|
|
privacyEnhanced = false |