forked from MLPlatformWebsite/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config-production.yml
32 lines (32 loc) · 1017 Bytes
/
_config-production.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# In order to build for staging run:
# $ jekyll build --config _config.yml, _config-production.yml
#
#
# URL of static site
url: "https://www.mlplatform.org"
# Destination folder
destination: production.mlplatform.org
# Production boolean used in layouts / includes
production: true
# Google Analytics
google_analytics:
enabled: true
code: GTM-5KX7BMP
cookies:
necessary:
- name: cookieControl
description: >
This is used to control the display of the preferences pop up. Without this, we wouldn't know if you've clicked Accept!
- name: cookieControlPrefs
description: >
This is used to store your cookie preferences. Without this we wouldn't know which cookies you want!
marketing:
- name: _ga
description: >
2 years - Used to distinguish users.
- name: _gid
description: >
24 hours - Used to distinguish users.
- name: _gat
description: >
1 minute - Used to throttle request rate.