forked from srobo/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
67 lines (54 loc) · 1.61 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
baseurl: /website
url: https://studentrobotics.org
permalink: /news/:year-:month-:day-:title/
title: Student Robotics
description: >
Student Robotics is an exciting annual competition challenging people aged
16-18 to assemble a team and build fully autonomous robots.
markdown: kramdown
collections:
events:
output: true
permalink: /:collection/:path/
# In order to show events that haven't happened yet, we need to turn on future
# mode
future: true
gems:
- jekyll-feed
- jekyll-paginate
links:
compete: //goo.gl/forms/XOuwyvId0JiTP7cq1
volunteer: //docs.google.com/forms/d/1MIGf3P30dw0QAtP8OkxK2v7VRDEAN_54JoZHCVMbqDY/viewform
timezone: Etc/GMT
emails:
teams: [email protected]
fundraising: [email protected]
volunteers: [email protected]
info: [email protected]
social:
facebook-official: https://facebook.com/StudentRobotics
twitter: https://twitter.com/studentrobotics
youtube: https://youtube.com/user/StudentRobotics
github: https://github.com/srobo
sponsors:
- name: Motorola Solutions Foundation
link: //www.motorolasolutions.com/en_us/about/company-overview/corporate-responsibility/motorola-solutions-foundation.html
image: /images/sponsors/motorola.jpeg
- name: University of Southampton
link: //www.southampton.ac.uk/
image: /images/sponsors/university-of-southampton.svg
user_tracking: false
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- Dockerfile
- circle.yml
- _env/
- gems/
- node_modules/
- _secrets/
paginate: 3
paginate_path: "/news/:num/"