forked from MLH/mlh-hackathon-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
116 lines (100 loc) · 4.3 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
# --------------
# -- Settings --
# --------------
# Ignore this. This is only if you're hosting this in a sub-folder.
# If you're using GitHub pages, they automatically override this with the right value.
baseurl: ""
# If you're using GitHub pages without a custom domain, this is "https://[github username].github.io"
# If you're using GitHub pages with a custom domain, this is "http://[your domain]" (or https if you're using SSL)
url: "https://qed-it.github.io/mlh-hackathon-boilerplate/"
# The ability to use custom themes.
style:
theme: "original"
# This will help you track who's visiting your website.
tracking:
google_analytics: ""
# Let people connect & engage with you through social media.
social:
twitter_handle: "qeditzkp"
# This is Search Engine Optimization. It'll help your website look better on search.
seo:
title: "The Future of Digital Securities Hackathon"
description: "The Israeli Securities Authorities (ISA) introduces the first hackathon focused on digital securities."
image: "https://prime.mlh.io/img/logos/mlh-prime-color.svg"
# Event information.
event:
name: "The Future of Difital Securities Hackathon"
description: "The Israeli Securities Authorities (ISA) introduces the first hackathon focused on digital securities."
date: "15 & 16 November 2021"
location: "Tel Aviv, Israel"
trust_badge:
year: "2021" # season year
region: "eu" # "na" or "eu"
color: "blue" # "white", "black", "gray", "red", "blue" or "yellow"
hero:
links:
- text: "Apply"
my_mlh:
client_id: "0e2f9fc2921d3ad3e12ae900af630d09382e1b3dc1b5b50de2b01b70ad64dbee"
redirect_uri: "https://mlh.github.io/mlh-hackathon-boilerplate/success.html"
- text: "Sponsor"
href: "mailto:[email protected]"
about:
description: >
Example Hacks is a hackathon hosted at The University of Example.
This is your opportunity to describe your event, what to expect, where it is & anything unique to your event.
Keep it straightforward, don't make it too long.
# Info Sections
info:
sections:
- image: "images/image1.png"
title: "LEARN."
description: >
We can write something nice with a graphic (as above) to make the event more appealing.
- image: "images/image2.png"
title: "BUILD."
description: >
We can write something nice with a graphic (as above) to make the event more appealing.
- image: "images/image3.png"
title: "SHARE."
description: >
We can write something nice with a graphic (as above) to make the event more appealing.
# Frequently asked questions.
faq:
- question: "What is a hackathon?"
answer: >
A hackathon is an invention marathon. Students come together to build cool
software & hardware hacks over 24-48 hours. It's [very beginner friendly](https://medium.com/@tfogo/hackathons-are-for-beginners-77a9c9c0e000#.cj21niskl).
- question: "How much does it cost?"
answer: >
Nothing. Attending a hackathon is free.
- question: "Can anyone join the hackathon?"
answer: >
Yes. If you are a developer, a researcher, a product person, a designer, a project manager or a community lead, you can join the hackathon with a team.
- question: "Where is the event?"
answer: >
The exact venue will be published in the coming weeks.
- question: "What is Major League Hacking?"
answer: >
Major League Hacking is [the official student hackathon league](https://mlh.io) in North America & Europe.
We work with over 200 Member Events and empower over 70,000 students every year.
- question: "Is there a code of conduct?"
answer: >
Yes there is. We enforce it very strongly. You can [find it here](https://static.mlh.io/docs/mlh-code-of-conduct.pdf).
# This is the message you'll receive once you've registered.
register:
message: >
You'll receive more information closer to the hackathon.
# ----------------------------------------------------
# -- Ignore this unless you know what you're doing. --
# ----------------------------------------------------
markdown: kramdown
exclude:
- node_modules
- gulpfile.js
- Gemfile
- Gemfile.lock
- package.json
- README.md
- CNAME
theme: jekyll-theme-minimal