-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
_config.yml
125 lines (104 loc) · 2.75 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
117
118
119
120
121
122
123
124
125
baseurl: /website
url: https://studentrobotics.org
permalink: /blog/:year-:month-:day-:title/
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.
locale: en_GB
page_excerpts: true
markdown: kramdown
collections:
events:
output: true
permalink: /:collection/:path/
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "blog"
# In order to show events that haven't happened yet, we need to turn on future
# mode
future: true
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from
links:
donate: https://checkout.justgiving.com/yb7fi9snns
timezone: Europe/London
emails:
teams: teams@studentrobotics.org
fundraising: fundraising@studentrobotics.org
volunteers: onboarding@studentrobotics.org
pr: pr@studentrobotics.org
info: info@studentrobotics.org
trustees: trustees@studentrobotics.org
twitter_handle: "@StudentRobotics"
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
sponsors:
- name: University of Southampton
link: //www.southampton.ac.uk/
image: /images/sponsors/university-of-southampton.svg
logo_width: default
- name: Adventurous Machines
link: https://adventurousmachines.com/?ref=studentrobotics
image: /images/sponsors/adventurous-machines.svg
logo_width: default
- name: Mythic Beasts
link: https://www.mythic-beasts.com/
image: /images/sponsors/mythic-beasts.svg
logo_width: default
- name: ITDev
link: https://www.itdev.co.uk/
image: /images/sponsors/itdev.png
logo_width: 200px
- name: Bittele
link: https://www.7pcb.com/
image: /images/sponsors/bittele.svg
logo_width: default
- name: Hexibox
link: https://hexibox-events.co.uk/
image: /images/sponsors/hexibox.png
logo_width: default
- name: UK Electronics Skills Foundation
link: https://www.ukesf.org/
image: /images/sponsors/ukesf.svg
logo_width: 200px
user_tracking: true
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- gems/
- node_modules/
- scripts/
- .idea/
- .github/
- .vscode/
- vendor/
paginate: 3
paginate_path: "/blog/:num/"