1
+ # **************
2
+ # -- Settings --
3
+ # **************
4
+
5
+ # Ignore this. This is only if you're hosting this in a subfolder.
6
+ baseurl : " "
7
+
8
+ # If you're using GitHub pages without custom domain, this is "[github_username].github.io". Prepend with "http://"
9
+ url : " http://mlh.github.io/mlh-hackathon-boilerplate"
10
+
11
+ # The ability to use custom themes.
12
+ style :
13
+ theme : " original"
14
+
15
+ # This will help you track who's visiting your website.
16
+ tracking :
17
+ google_analytics : " UA-43729070-14"
18
+
19
+ # Let people connect & engage with you through social media.
20
+ social :
21
+ twitter_handle : " MLHacks"
22
+
23
+ # This is Search Engine Optimization. It'll help your website look better on search.
24
+ seo :
25
+ title : " MLH Prime | 5/6 August 2016"
26
+ description : " Come join us on the 5 & 6th August 2016 for a wonderful hackathon in the New York Area."
27
+ image : " https://prime.mlh.io/img/logos/mlh-prime-color.svg"
28
+
29
+ # Event information.
30
+ event :
31
+ name : " MLH Prime"
32
+ logo : " https://prime.mlh.io/img/logos/mlh-prime-color.svg"
33
+ description : " Come hack with 400 hackers in New Jersey this August!"
34
+ date : " 5 & 6 August 2016"
35
+ location : " Holmdel, NJ, United States"
36
+
37
+ trust_badge :
38
+ year : " 2017" # year
39
+ region : " eu" # na or eu
40
+ color : " white" # white, black, grey, red, blue, yellow
41
+
42
+ hero :
43
+ links :
44
+ - text : " Apply"
45
+ my_mlh :
46
+ client_id : " b2cd21334755d96a29663d60e59482faa6fa09829b63f3620ea357a4d63d2800"
47
+ redirect_uri : " http://mlh.github.io/mlh-hackathon-boilerplate/success.html"
48
+ - text : " Sponsor"
49
+
50
+
51
+ about :
52
+ description : >
53
+ MLH Prime is a series of hackathons that bring together the most dedicated, passionate hackers
54
+ from the MLH Hackathon Season.
55
+
56
+ info :
57
+ sections :
58
+ - image : " images/image1.png"
59
+ title : " LEARN."
60
+ description : >
61
+ Fingerstache farm-to-table microdosing PBR&B literally before they sold out. Artisan leggings celiac keffiyeh.
62
+ - image : " images/image2.png"
63
+ title : " BUILD."
64
+ description : >
65
+ Fingerstache farm-to-table microdosing PBR&B literally before they sold out. Artisan leggings celiac keffiyeh.
66
+ - image : " images/image3.png"
67
+ title : " SHARE."
68
+ description : >
69
+ Fingerstache farm-to-table microdosing PBR&B literally before they sold out. Artisan leggings celiac keffiyeh.
70
+
71
+ faq :
72
+ - question : " What is a hackathon?"
73
+ answer : >
74
+ Meditation readymade skateboard, beard venmo whatever ugh. Farm-to-table brooklyn selvage.
75
+ - question : " How much does it cost?"
76
+ answer : >
77
+ Meditation readymade skateboard, beard venmo whatever ugh. Farm-to-table brooklyn selvage.
78
+ - question : " Do I need to be a student to attend?"
79
+ answer : >
80
+ Meditation readymade skateboard, beard venmo whatever ugh. Farm-to-table brooklyn selvage.
81
+ - question : " Where is the event?"
82
+ answer : >
83
+ Meditation readymade skateboard, beard venmo whatever ugh. Farm-to-table brooklyn selvage.
84
+ - question : " What is Major League Hacking?"
85
+ answer : >
86
+ Meditation readymade skateboard, beard venmo whatever ugh. Farm-to-table brooklyn selvage.
87
+ - question : " Is there a code of conduct?"
88
+ answer : >
89
+ Meditation readymade skateboard, beard venmo whatever ugh. Farm-to-table brooklyn selvage.
90
+
91
+ # ****************************************************
92
+ # -- Ignore this unless you know what you're doing. --
93
+ # ****************************************************
94
+
95
+ markdown : kramdown
96
+ exclude :
97
+ - node_modules
98
+ - gulpfile.js
99
+ - Gemfile
100
+ - Gemfile.lock
101
+ - package.json
102
+ - README.md
103
+ - CNAME
0 commit comments