-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
49 lines (45 loc) · 2.59 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: GitHub Field Day
description: > # this means to ignore newlines until "baseurl:"
An unconference for leaders of technical student communities. January 2018 in Los Angeles.
date: 2018-01-04T07:00:00.000Z
url: "http://githubfieldday.com" # the base hostname & protocol for your site
github_repo: https://github.com/githubfieldday/la2018
exclude: [
'node_modules',
'gulpfile.babel.js',
'package-lock.json',
'package.json',
'README.md'
]
baseurl: '/la2018'
faqs:
- q: Who can attend Field Day?
a: Field Day is for student leaders of technical communities in the Los Angeles area. Most attendees will be undergraduate students.
- q: What's a student leader?
a: A student leader is someone who's actively involved in improving their local technical community. They might be the president or chairperson of their school's tech club or be one of the organizers of the annual hackathon. They might run the student hardware group or be actively involved in introducing other students to programming.
- q: What's an unconference?
a: A loosely structured conference emphasizing the informal exchange of information and ideas between participants (to quote the Google definition). Most content at Field Day will be in the form of lightning talks and discussions conducted by attendees.
- q: I'm not in Los Angeles, but this sounds cool! Can I come?
a: This Field Day is specifically for Los Angeles, but check out <a href="http://githubfieldday.com" class="text-purple">githubfieldday.com</a> for a Field Day in your area.
- q: So I registered to attend, what happens now?
a: We'll get back to you soon! You'll receive an email, where you can claim your ticket.
- q: How much does Field Day cost?
a: Field Day is free to attend! We will be sending out transportation credits to USC and Caltech.
- q: Will there be food?
a: Yes! We will be serving lunch (buffet style)! You will not go hungry.
- q: Will there be swag?
a: Yes!
- q: Is there a Code of Conduct for this event?
a: Yes! You can view it <a href="coc/" class="text-purple">here.</a>
- q: Who is organizing Field Day?
a: Field Day is organized by the California Campus Rep and technical student leaders.
# Build settings
markdown: kramdown
permalink: :categories/:title/