forked from open-sdg/open-sdg-site-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config_prod.yml
executable file
·37 lines (34 loc) · 1.7 KB
/
_config_prod.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
33
34
35
36
37
# Jekyll configuration for Open SDG platform
#
# You will need to change all of the Github-related variables below according
# to your Github setup. For example, if your site and data repositories are:
# -- https://github.com/my-awesome-github-org/my-awesome-site-repo
# -- https://github.com/my-awesome-github-org/my-awesome-data-repo
# Then you would want to make these replacements throughout this file:
# -- replace "my-github-org" with "my-awesome-github-org"
# -- replace "open-sdg-site-starter" with "my-awesome-site-repo"
# -- replace "open-sdg-data-starter" with "my-awesome-data-repo"
#
# NOTE: This "production" version only contains differences from _config.yml.
baseurl: ""
environment: production
# Replace my-github-org and open-sdg-data-starter as needed.
remotedatabaseurl: "https://my-github-org.github.io/open-sdg-data-starter"
jekyll_get_json:
- data: meta
# Replace my-github-org and open-sdg-data-starter as needed.
json: 'https://my-github-org.github.io/open-sdg-data-starter/meta/all.json'
- data: headlines
# Replace my-github-org and open-sdg-data-starter as needed.
json: 'https://my-github-org.github.io/open-sdg-data-starter/headline/all.json'
- data: schema
# Replace my-github-org and open-sdg-data-starter as needed.
json: 'https://my-github-org.github.io/open-sdg-data-starter/meta/schema.json'
- data: reporting
# Replace my-github-org and open-sdg-data-starter as needed.
json: 'https://my-github-org.github.io/open-sdg-data-starter/stats/reporting.json'
- data: translations
json: 'https://open-sdg.github.io/sdg-translations/translations-0.5.0.json'
analytics:
# For production, you likely want to enter a Google Analytics code below.
ga_prod: ''