forked from GSA/sdg-indicators-usa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config_prod.yml
executable file
·158 lines (151 loc) · 4.63 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: U.S. Indicators For The Sustainable Development Goals
description: Data Platform Prototype
url: ""
data_dir: data
#Github Repo
repo_name: sdg-indicators
branch: gh-pages
org_name: GSA
# Build settings
markdown: kramdown
# Pages
collections:
pages:
output: true
permalink: /:path/
indicators:
output: true
goals:
output: true
translations:
output: false
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
lang: en
analytics:
ga_prod: 'UA-42145528-4'
# Prose configuration
prose:
ignore: ['/assets', '/_includes', '/_layouts', '/scripts', '/sass' ]
metadata:
_indicators:
- name: "indicator_name"
field:
element: text
label: "SDG Indicator Name"
scope: global
- name: "target"
field:
element: text
label: "SDG Target Addressed"
scope: global
- name: "indicator_definition"
field:
element: textarea
label: "Definition of SDG Indicator"
scope: global
- name: "method_of_computation"
field:
element: textarea
label: "Method of computation for global SDG indicator"
scope: global
- name: "un_designated_tier"
field:
element: text
label: "UN Designated Tier"
scope: global
- name: "un_custodial_agency"
field:
element: text
label: "UN Custodial Agency"
scope: global
- name: "graph_title"
field:
element: text
label: "Graph Title"
- name: "actual_indicator_available"
field:
element: text
label: "Actual indicator available"
- name: "actual_indicator_available_description"
field:
element: textarea
label: "Description of actual indicator available"
- name: "us_method_of_computation"
field:
element: textarea
label: "Method of computation"
- name: "comments_and_limitations"
field:
element: textarea
label: "Comments and limitations"
- name: "periodicity"
field:
element: text
label: "Periodicity"
- name: "time_period"
field:
element: text
label: "Time Period"
- name: "unit_of_measure"
field:
element: text
label: "Unit of measure"
- name: "disaggregation_categories"
field:
element: text
label: "Disaggregation #1 (Industry or social categories)"
- name: "disaggregation_geography"
field:
element: text
label: "Disaggregation #2 (Geographical coverage)"
- name: "date_of_national_source_publication"
field:
element: text
label: "Date of public data release from National source"
placeholder: "MONTH YEAR"
- name: "date_metadata_updated"
field:
element: text
label: "Date of last Update of This Page"
placeholder: "MONTH YEAR"
- name: "scheduled_update_by_national_source"
field:
element: text
label: "Scheduled Update by National source"
placeholder: "MONTH/YEAR (Next Agency Release)"
- name: "scheduled_update_by_SDG_team"
field:
element: text
label: "Scheduled Update by SDG Team"
placeholder: "MONTH/YEAR (NRP Database)"
- name: "source_agency_staff_name"
field:
element: text
label: "Data Source1 (Agency STAFF NAME)"
- name: "source_agency_staff_email"
field:
element: text
label: "Data Source2 (Staff E-MAIL)"
- name: "source_agency_survey_dataset"
field:
element: text
label: "Data Source3 (Agency/Survey/Dataset name)"
- name: "source_url"
field:
element: text
label: "Indicator web address (closest to data provided)"
- name: "international_and_national_references"
field:
element: text
label: "International and National References"