-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
54 lines (46 loc) · 862 Bytes
/
hugo.yaml
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
baseURL: https://politicians.openeastleigh.uk/
languageCode: en-gb
title: Eastleigh politicians
theme: thorney
disableKinds:
- rss
# TODO: taxonomies cannot be defined in themes?
taxonomies:
party: parties
platform: platforms
role: roles
# TODO: can empty pages be generated for taxonomies?
# parties:
# - conservative
# - green
# - labour
# - libdem
# - reformuk
# platforms:
# - facebook
# - instagram
# - mastodon
# - threads
# - youtube
# roles:
# - ebc
# - mp
mediaTypes:
text/netlify:
delimiter: ''
outputFormats:
# actor:
# baseName: actor
# isPlainText: true
# mediaType: application/json
redirects:
baseName: _redirects
mediaType: text/netlify
# webfinger:
# baseName: webfinger
# isPlainText: true
# mediaType: application/json
outputs:
home:
- html
- redirects