This repository was archived by the owner on Jun 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path_config.yml
More file actions
63 lines (51 loc) · 1.36 KB
/
_config.yml
File metadata and controls
63 lines (51 loc) · 1.36 KB
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
repository: pycaonau/2018.pycon-au.org
port: 4000
base_author: "the Organisers"
permalink: /news/:title/
encoding: "bom|utf-8"
# Navigation
navigationLinks:
- {permalink: '/about/', text: "About"}
- {permalink: '/news/', text: "News"}
- {permalink: '/attend/', text: "Attend"}
- {permalink: '/schedule/', text: "Schedule"}
- {permalink: '/sponsor/', text: "Sponsor"}
- {permalink: '/conduct/', text: "Conduct"}
conferenceDays:
- Friday
- Saturday
- Sunday
- Monday
- Tuesday
attendLinks:
- {permalink: '/attend/', text: "Attend"}
- {permalink: '/attend/accommodation', text: "Accommodation"}
- {permalink: '/attend/tickets', text: "Tickets"}
- {permalink: '/attend/ticket-tiers', text: "Ticket Tiers"}
- {permalink: '/attend/shirts', text: "Shirts"}
- {permalink: '/attend/badges/', text: "Badges"}
- {permalink: '/menu/', text: "Menu"}
menuLinks:
- {permalink: '/menu/', text: "Menu"}
- {permalink: '/menu/friday', text: "Friday"}
- {permalink: '/menu/saturday', text: "Saturday"}
- {permalink: '/menu/sunday', text: "Sunday"}
- {permalink: '/menu/monday', text: "Monday"}
- {permalink: '/menu/tuesday', text: "Tuesday"}
include:
- _pages
exclude:
- README.md
- CNAME
- Gemfile
- Gemfile.lock
- new_post
- vendor
future: true
timezone: "AEST"
collections:
talks:
output: true
permalink: /:collection/:title/
plugins:
- jemoji