forked from all-systems-go-conf/all-systems-go-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
91 lines (90 loc) · 2.16 KB
/
config.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
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
baseurl: '/'
title: All Systems Go!
canonifyurls: true
paginate: 8
theme: asg
languageCode: en-us
copyright: © 2018 All Systems Go! Team
pluralizelisttitles: 'false'
permalinks:
blog: '/blog/:year/:month/:title/'
author:
name: All Systems Go! Team
taxonomies:
tag: "tags"
params:
DateForm: 'Jan 2, 2006'
Description: All Systems Go! conference website
Author: All Systems Go! Team
Email: [email protected]
Subtitle: The foundational user-space Linux conference
social:
- title: twitter
url: 'https://twitter.com/asgconf'
- title: youtube
url: 'https://www.youtube.com/channel/UCeLpDT5afyiwdbbg1EOxOtQ'
footer:
quicklinks:
- text: About
link: /about
- text: Careers
link: /careers
- text: Blog
link: /blog
- text: Impressum
link: /impressum
menu:
main:
- name: Tickets
identifier: tickets
url: /#tickets
parent: conference
weight: -300
- name: Program
identifier: program
weight: -150
- name: Schedule
identifier: schedule
url: /#schedule
parent: program
weight: -300
- name: Code of Conduct
identifier: coc
url: /code-of-conduct
parent: conference
weight: -300
- name: CFP
identifier: cfp
url: /#cfp
parent: conference
weight: -300
- name: Venue
identifier: venue
url: /#venue
parent: conference
weight: -300
- name: Conference
identifier: conference
weight: -200
- name: Sponsorship
identifier: sponsorship
weight: -200
- name: Sponsors
identifier: sponsors
url: /#sponsors
parent: sponsorship
weight: -300
- name: Submit a talk
identifier: submit-talk
url: /#submit-talk
parent: program
weight: -300
- name: Become a sponsor
identifier: become-a-sponsor
url: https://github.com/all-systems-go-conf/conference/blob/master/Documents/Sponsorship/Sponsorship%20Prospectus:%20All%20Systems%20Go!%202018.pdf
parent: sponsorship
weight: -200
- name: Blog
identifier: blog
url: /blog/
weight: -100