-
Notifications
You must be signed in to change notification settings - Fork 37
/
_config.yml
executable file
·124 lines (112 loc) · 5.73 KB
/
_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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
safe: true
lsi: false
future: false # Restore default behavior of Jekyll overridden by https://github.com/github/pages-gem/pull/302
timezone: America/Los_Angeles
markdown: kramdown
highlighter: rouge
# Allowed plugins: https://pages.github.com/versions/
plugins: &plugins
- jekyll-github-metadata
- jekyll-paginate
- jekyll-redirect-from
whitelist: *plugins
paginate: 10
paginate_path: news/page:num
name: Seattle GNU/Linux Conference
short_name: SeaGL
description: Seattle GNU/Linux Conference
image: /img/logo.png
origin: &origin https://seagl.org
# jekyll-github-metadata configuration
repository: SeaGL/seagl.github.io
# jekyll-redirect-from configuration
url: *origin
permalink: /:categories/:year/:month/:day/:title
collections:
archive-conferences:
output: true
permalink: /archive/:path
archive-sessions:
output: true
permalink: /archive/:path
sponsor-years:
output: true
permalink: /sponsors/:path
defaults:
- scope: { type: archive-conferences }
values:
layout: archive/conference
nav: archive
- scope: { type: archive-sessions }
values:
layout: archive/session
nav: archive
- scope: { type: posts }
values:
open_graph_type: article
- scope: { type: sponsor-years }
values:
body_id: sponsors
layout: sponsors
nav: sponsors
exclude:
- Dockerfile
- Rakefile
# Pending jekyll/jekyll#7188
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
custom:
year: 2024
dates: November 8th & 9th
location: In-Person & Remote
license:
content: <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a>
site_code: <a href="https://github.com/SeaGL/seagl.github.io/blob/main/LICENSE">GPL v3.0</a>
url:
irc:
network: https://libera.chat/
webchat: /meet
mailing_list:
seagl_announce: https://groups.google.com/forum/#!forum/seagl_announce
seagl_organize: https://groups.google.com/forum/#!forum/seagl_organize
location: /maps/2024
prospectus: /sponsors/SeaGL_Partnership_Sponsor_Prospectus_2024.pdf
register: https://pretalx.seagl.org/2024/
cfp: /news/2024/06/03/CfP-Open
schedule: https://pretalx.seagl.org/2024/schedule/
press_kit: /press
a:
email:
award: <a href="mailto:award@seagl.org">award@seagl.org</a>
participate: <a href="mailto:%70%61%72%74%69%63%69%70%61%74%65%40%73%65%61%67%6c%2e%6f%72%67">participate@seagl.org</a>
press: <a href="mailto:%70%72%65%73%73%40%73%65%61%67%6c%2e%6f%72%67">press@seagl.org</a>
program: <a href="mailto:%70%72%6f%67%72%61%6d%40%73%65%61%67%6c%2e%6f%72%67">program@seagl.org</a>
sponsor: <a href="mailto:%73%70%6f%6e%73%6f%72%40%73%65%61%67%6c%2e%6f%72%67">sponsor@seagl.org</a>
staff: <a href="mailto:%73%74%61%66%66%40%73%65%61%67%6c%2e%6f%72%67">staff@seagl.org</a>
coc: <a href="mailto:%63%6f%63%40%73%65%61%67%6c%2e%6f%72%67">COC@seagl.org</a>
cfp-help: <a href="mailto:%63%66%70%2D%68%65%6C%70%40%73%65%61%67%6C%2E%6F%72%67">cfp-help@seagl.org</a>
social:
github: <a href="https://github.com/SeaGL/">GitHub</a>
mastodon: <a rel="me" href="https://mastodon.social/@SeaGL">Mastodon</a>
pixelfed: <a href="https://pixelfed.social/SeaGL">Pixelfed</a>
twitter: <a href="https://twitter.com/seagl">Twitter</a>
facebook: <a href="https://www.facebook.com/SeattleGnuLinuxConference">Facebook</a>
linkedin: <a href="https://www.linkedin.com/company/seagl">LinkedIn</a>
youtube: <a href="https://www.youtube.com/user/SeaglOrg">YouTube</a>
mailing_list:
seagl_announce: <a href="https://groups.google.com/forum/#!forum/seagl_announce">announcement mailing list</a>
seagl_organize: <a href="https://groups.google.com/forum/#!forum/seagl_organize">seagl_organize</a>
location: <a href="/maps/2024">University of Washington</a>
donate: <a href="https://opensource.org/civicrm/contribute/transact?reset=1&id=4">Donate to SeaGL</a>
status: <a href="https://status.seagl.org/status/conference">System status</a>
maps:
google:
apikey: AIzaSyAwVEJ8kLu3tWyuBxZX9_hfMnNLJk7obk8
sass:
sass_dir: _sass
style: compressed