summaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2018-05-25Remove youtube_simple for nowBjørn Erik Pedersen
We need to revisit and complete that. See #4751
2018-05-25Add anonymizeIP to GA privacy configBjørn Erik Pedersen
See #4751
2018-05-24Support DNT in Twitter shortcode for GDPRBjørn Erik Pedersen
Fixes #4765
2018-05-24tpl: Alias tweet shortode to twitterBjørn Erik Pedersen
See #4765
2018-05-23Add instagram_simple shortcodeBjørn Erik Pedersen
Fixes #4748
2018-05-22Add an unified .Site.Config with a services sectionBjørn Erik Pedersen
Fixes #4751
2018-05-21Add YouTube shortcode simple modeBjørn Erik Pedersen
Adapted from the work of @onedrawingperday. See #4616
2018-05-21Add PrivacyEnhanced mode for YouTube to the GDPR PolicyBjørn Erik Pedersen
See #4616
2018-05-21Add RespectDoNotTrack to GDPR privacy policy for Google AnalyticsBjørn Erik Pedersen
See #4616
2018-05-21config: Add the foundation for GDPR privacy configurationBjørn Erik Pedersen
See #4616
2018-01-26Add a way to disable one or more languagesBjørn Erik Pedersen
This commit adds a new config setting: ```toml disableLanguages = ["fr"] ``` If this is a multilingual site: * No site for the French language will be created * French content pages will be ignored/not read * The French language configuration (menus etc.) will also be ignored This makes it possible to start translating new languages and turn it on when you're happy etc. Fixes #4297 Fixed #4329
2017-03-09all: Fix some govet complaintsAlbert Nigmatzianov
2017-02-19config: Remove unused varBjørn Erik Pedersen
2017-02-17all: Refactor to nonglobal Viper, i18n etc.Bjørn Erik Pedersen
This is a final rewrite that removes all the global state in Hugo, which also enables the use if `t.Parallel` in tests. Updates #2701 Fixes #3016