-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
94 lines (89 loc) · 1.74 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
version: 3.0.3
title: Something New
description: Something New is a political party for the 21st century, building a better democracy for the future.
locale: en_gb
timezone: Europe/London
twitter: havesomenew
facebook: somethingnewuk
image:
square: /images/logo.png
card: /images/card.png
url: https://somethingnew.org.uk
future: true
collections:
elections:
output: true
permalink: /elections/:year/:month/:day/:title.html
people:
output: true
permalink: /people/:title.html
events:
output: true
permalink: /events/:year/:month/:day/:title.html
permalink: /news/:year/:month/:day/:title.html
defaults:
-
scope:
type: "pages"
values:
layout: "page"
disable_subscribe_button: false
-
scope:
type: "posts"
values:
layout: "post"
-
scope:
type: "events"
values:
layout: "event"
-
scope:
type: "elections"
values:
layout: "election"
-
scope:
type: "people"
values:
layout: "person"
-
scope:
path: "manifesto/index.md"
type: "pages"
values:
layout: "manifesto_index"
-
scope:
path: "manifesto/constituencies/index.md"
type: "pages"
values:
layout: "manifesto_local_index"
-
scope:
path: "manifesto/constituencies"
type: "pages"
values:
layout: "manifesto_local_policy"
editable: true
-
scope:
path: "manifesto"
type: "pages"
values:
layout: "manifesto_policy"
editable: true
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jemoji
- jekyll-feed
feed:
path: news.rss
github:
organisation: somethingnewuk
pages_domain: somethingnewuk.github.io
finances_repo: finances
exclude:
- vendor