-
Notifications
You must be signed in to change notification settings - Fork 15
/
_config.yml
106 lines (96 loc) · 2.16 KB
/
_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
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
# Site settings
title: OpenSpending Community
short_title: OpenSpending Community
description: OpenSpending is a free, open and global platform to search, visualise and analyse fiscal data in the public sphere.
baseurl: ""
issues_url: https://github.com/openspending/next/issues
url: "http://community.openspending.org/" # the base hostname & protocol for your site
github_username: openspending
github_repo: community.openspending.org
paypal: admin@okfn.org
contact: https://discuss.okfn.org/c/openspending
plugins:
- jekyll-redirect-from
- jekyll-sitemap
devs:
-
name: Sam Smith
github: mintcanary
-
name: Dan Fowler
github: danfowler
-
name: Paul Walsh
github: pwalsh
contributors:
-
name: Rufus Pollock
link: http://rufuspollock.org/
supporters:
-
name: Global Initiative for Fiscal Transparency
footer_logo: gift-footer.png
googleanalytics: UA-8271754-63
markdown: kramdown
markdown_ext: "markdown,mkdown,mdown,mkdn,mkd,md"
permalink: pretty
related_projects:
-
name: OpenGovernmentData.org
link: http://opengovernmentdata.org/
-
name: The DataHub
link: http://datahub.io/
-
name: DataCatalogs.org
link: http://datacatalogs.org/
-
name: OpenSpending.org
link: http://openspending.org/
-
name: SchoolOfData.org
link: http://schoolofdata.org/
-
name: OpenDefinition.org
link: http://opendefinition.org/
-
name: Introducing Open Data
link: http://okfn.org/opendata/
collections:
eu_datasets:
output: true
permalink: /resources/eu/datasets/:path/
eu_funds:
output: true
permalink: /resources/eu/funds/:path/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "page"
edit: true
-
scope:
path: "help"
values:
layout: "deprecated"
section: "help"
-
scope:
path: "blog"
values:
layout: "post"
section: "blog"
-
scope:
path: ""
type: eu_datasets
values:
layout: eu_dataset
-
scope:
path: ""
type: eu_funds
values:
layout: eu_fund