-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
_config.yml
71 lines (62 loc) · 1.68 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
baseurl: /docs
url: https://studentrobotics.org
title: Student Robotics
description: >
Student Robotics is an exciting annual competition challenging people aged
16-19 to assemble a team and build fully autonomous robots.
markdown: kramdown
collections:
- events
plugins:
- jekyll-redirect-from
links:
compete: https://docs.google.com/forms/d/1Ryg2cfAxfwMOBnT01aj-fzsp51F3B182S5e53ye8aMw/viewform
volunteer: https://docs.google.com/forms/d/1MIGf3P30dw0QAtP8OkxK2v7VRDEAN_54JoZHCVMbqDY/viewform
donate: https://link.justgiving.com/v1/charity/donate/charityId/3118662?tipScheme=TipJar2.1&isRecurring=true&amount=20.00&reference=givingcheckout_tj21
navigation:
- about
- compete
- volunteer
emails:
teams: teams@studentrobotics.org
info: info@studentrobotics.org
kit-support: teams@studentrobotics.org
accounts: accounts@studentrobotics.org
social:
- title: GitHub
icon: github
link: https://github.com/srobo
- title: Twitter
icon: twitter
link: https://twitter.com/studentrobotics
- title: YouTube
icon: youtube
link: https://youtube.com/user/StudentRobotics
- title: Instagram
icon: instagram
link: https://www.instagram.com/student_robotics/
- title: Facebook
icon: facebook
link: https://facebook.com/StudentRobotics
- title: LinkedIn
icon: linkedin
link: https://www.linkedin.com/company/10969472/
- title: TikTok
icon: tiktok
link: https://www.tiktok.com/@studentrobotics
user_tracking: true
exclude:
- README.md
- cspell.json
- Rakefile
- Gemfile
- Gemfile.lock
- gems/
- Dockerfile
- docker-compose.yml
- node_modules/
- package-lock.json
- package.json
- _env/
- _docs/
- vendor/