forked from brockfanning/sdg-site-maptest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config_prod.yml
executable file
·88 lines (75 loc) · 2.41 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
# 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.K. Indicators For The Sustainable Development Goals
description: Data Platform Prototype
baseurl: "" # the subpath of your site, e.g. /blog
url: ""
data_dir: data
environment: production
remotedatabaseurl: "https://sustainabledevelopment-chuck.github.io/sdg-data"
# permalink: /news/:year/:month/:day/:title.html
jekyll_get_data:
- data: meta
json: 'https://sustainabledevelopment-chuck.github.io/sdg-data/meta/all.json'
# cache: true
# directory: 'remotedata'
- data: headlines
json: 'https://sustainabledevelopment-chuck.github.io/sdg-data/headline/all.json'
# cache: true
# directory: 'remotedata'
- data: schema
json: 'https://sustainabledevelopment-chuck.github.io/sdg-data/meta/schema.json'
- data: translations
# Pin to version 0.2.0 of the translation repository.
json: 'https://opendataenterprise.github.io/sdg-translations/translations-0.2.0.json'
analytics:
ga_prod: 'UA-108503280-1'
###################################################################################################
email_contacts:
questions: [email protected]
suggestions: [email protected]
functional: [email protected]
###################################################################################################
# Github Repo for Data
repo_name: sdg-data
branch: develop
org_name: Norric1Admin
# Build settings
markdown: kramdown
# Travis Support
exclude: [vendor, scripts, remotedata]
# International Support
# Eg name: Australia and adjective: Australian
country:
name: CHUCK
adjective: CHUCK
# Pages
collections:
pages:
output: true
permalink: /:path/
posts:
output: true
permalink: /news/:year/:month/:day/:title.html
indicators:
output: true
goals:
output: true
# The list of languages that are translated. The first one is the default.
languages:
- en
# This makes sure that all pages have a language.
defaults:
-
scope:
path: ""
values:
language: "en"
plugins:
- jekyll-remote-theme
remote_theme: brockfanning/sdg-theme@multilingual