-
Notifications
You must be signed in to change notification settings - Fork 1
/
bridgetown.config.yml
64 lines (57 loc) · 1.5 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
# 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.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec bridgetown serve'. 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: "https://2022.euruko.org" # the base hostname & protocol for your site, e.g. https://example.com
permalink: pretty
content_engine: resource
# Other options you might want to investigate:
#
base_path: "/" # the subpath of your site, e.g. /blog
timezone: Europe/Helsinki
# pagination:
# enabled: true
defaults:
# - values:
# layout: "default"
- scope:
collection: "talks"
values:
layout: "talk"
collections:
speakers:
output: false
relations:
has_one: talk
talks:
layout: page
permalink: /schedule/:group/:speaker_or_slug/
output: true
relations:
belongs_to:
- speaker
- sponsor
benefits:
output: false
sponsors:
output: false
relations:
has_many: talks
jobs:
output: false
include:
- .nojekyll
- _redirects
- _headers