forked from Paradox2102/roborecon-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
52 lines (43 loc) · 2.08 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
### Welcome to Paradox-Scout Jekyll! ###
########################################
# There is a bit of configuring before you can get up and running with Paradox-Scout
### Base Site settings ###
##########################
title: Paradox Scout # site title, also used in the navbar
email: [email protected]
description: "A First Robotics Scouting Application built by Team Paradox 2102" # site description
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://RoboRecon.org" # the base hostname & protocol for your site
### Header Settings ###
#######################
# Customise to how you want
header:
title: Team Paradox 2102 # the bold, bigger main text
accent: 2018 Scouting System # the smaller, but informative accenting text
logo: "/images/paradox_logo_2016.png" # FULL path to image in the header 150x150 works well
### Footer Settings ###
#######################
# Customise to how you want
footer:
facebook: "https://www.facebook.com/pages/FIRST-Robotics-Team-Paradox-2102/423421971073228"
twitter: "https://twitter.com/paradox2102"
github: "https://github.com/paradox2102/"
### Scouting System Settings ###
################################
# These are the most imporant settings, choose carefully
scout:
teamkey: 2102
tbaApiKey: J9XyDSN69eZMHqanEDaevzAywDjxL9iyBYAQh2erLJJ9MtZVG60HsEYeKVwloFGe
currentevent: 2018week0 # the Event key for the event you want to scout, can be found on TBA
firebase:
rooturl: https://paradox-scout-dc256.firebaseio.com/ # Address of Firebase Server
apikey: AIzaSyDleJPx9RQChKn4DlLV9nXqMNafP7BvhG0 # API Key of Firebase
authdomain: paradox-scout-dc256.firebaseapp.com # Domain for Firebase to Connect to
databaseurl: https://paradox-scout-dc256.firebaseio.com # Domain for Firebase Database to Connect to
storagebucket: paradox-scout-dc256.appspot.com # Domain for Firebase Storage Bucket to Connect to
messagingsenderid: 777517430963 # ID for message sender
### Other Jekyll###
###################
# You should never have to change these.
encoding: utf-8
exclude: [vendor]