-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bridgetown.config.yml
51 lines (44 loc) · 898 Bytes
/
bridgetown.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
# https://www.bridgetownrb.com/docs/resources
url: "https://andrewm.codes"
timezone: America/Phoenix
destination: "build"
template_engine: erb
permalink: simple
content_engine: resource
collections:
pages:
permalink: "/:slug/"
posts:
permalink: "/:slug/"
sort_by: date
sort_direction: descending
podcasts:
output: false
relations:
has_many: podcast_episodes
podcast_episodes:
output: false
sort_by: published_on
sort_direction: descending
relations:
belongs_to: podcast
cfps:
output: true
permalink: pretty
snippets:
output: true
permalink: "/snippets/:slug/"
sort_by: date
sort_direction: descending
taxonomies:
series:
key: series
title: "Series"
development:
url: http://localhost:8080
cloudinary:
cloud_name: andrewmcodes
pagination:
enabled: true
plausible:
domain: andrewm.codes