-
Notifications
You must be signed in to change notification settings - Fork 92
/
_config.yml
51 lines (42 loc) · 897 Bytes
/
_config.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
38
39
40
41
42
43
44
45
46
47
48
49
50
# Jekyll configuration for Open SDG platform
# Tell the Remote Theme plugin to use the Open SDG platform (Jekyll theme).
remote_theme: open-sdg/open-sdg@2.3.2
# Replace this title as needed.
title: general.site_title
url: ""
baseurl: ""
environment: staging
usa_environment: staging
observation_attributes:
- field: COMMENT_OBS
label: ''
# Pages
collections:
pages:
output: true
permalink: /:path/
posts:
output: true
permalink: /news/:year/:month/:day/:title.html
indicators:
output: true
goals:
output: true
# Tell Jekyll to use the Remote Theme plugin.
plugins:
- jekyll-remote-theme
- jekyll-open-sdg-plugins
remote_data_prefix: 'https://gsa.github.io/sdg-data-usa-staging'
languages:
- en
- es
# Exclude some files/folders.
exclude:
- vendor
- scripts
- remotedata
- Gemfile
- Gemfile.lock
- README
- README.md
- LICENSE