-
Notifications
You must be signed in to change notification settings - Fork 0
/
bridgetown.config.yml
105 lines (92 loc) · 2.46 KB
/
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
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
# Welcome to Bridgetown!
#
# This config file is for settings that affect your whole site, values
# which you are expected to set up once and rarely edit after that.
#
# A list of all available configuration options can be found here:
# https://www.bridgetownrb.com/docs/configuration/options
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# `bin/bridgetown start`. If you change this file, please restart the server process.
#
# For reloadable site metadata like title, SEO description, social media
# handles, etc., take a look at `src/_data/site_metadata.yml`
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
url: "" # the base hostname & protocol for your site, e.g. https://example.com
permalink: pretty
template_engine: erb
svg:
optimize: true
# Other options you might want to investigate:
#
# base_path: "/" # the subpath of your site, e.g. /blog. If you set this option,
# ensure you use the `relative_url` helper for all links and assets in your HTML.
# If you're using esbuild for frontend assets, edit `esbuild.config.js` to
# update `publicPath`.
# timezone: America/Los_Angeles
# pagination:
# enabled: true
collections:
clusters:
permalink: /collections/:slug.*
output: true
sort_by: order
sort_direction: ascending
relations:
has_many:
- journals
ctas:
permalink: /resources/:slug.*
output: true
sort_by: date
sort_direction: descending
relations:
belongs_to:
- cluster
contributors:
output: false
sort_by: date
sort_direction: ascending
events:
permalink: /:collection/:slug.*
output: true
sort_by: date
sort_direction: descending
general_content:
output: false
journals:
permalink: /:collection/:slug.*
output: true
sort_by: date
sort_direction: descending
relations:
belongs_to:
- cluster
- prompt
prompts:
permalink: /:collection/:slug.*
output: true
sort_by: date
sort_direction: descending
relations:
belongs_to:
- cluster
has_many:
- journals
tags:
permalink: /collections/:slug.*
output: true
relations:
has_many:
- journals
- events
- ctas
- prompts
social_links:
output: false
sort_by: date
sort_direction: ascending