1# This is the config file for cldr.unicode.org 2 3name: CLDR Site 4title: CLDR Site 5 6markdown: kramdown 7input: GFM 8 9destination: ../../_site 10 11# Google Analytics 12ga_tracking: UA-7672775-1 13ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings 14 15# everything should default to the 'page' layout 16defaults: 17 - scope: 18 path: '' 19 values: 20 layout: page 21 22include: 23 - _redirects 24