forked from CSSUoB/cssuob.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
61 lines (57 loc) · 1.12 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
future: false
plugins:
- jekyll-feed
- jekyll-seo-tag
title: UoB Computer Science Society
description: The Computer Science Society at the University of Birmingham. 🎉🎉
url: cssbham.com
social:
name: CSS
links:
- https://twitter.com/CSSBham
- https://github.com/CSSUoB
menu:
- name: Ball
link: /ball
children:
- name: 2023
link: /ball/2023
- name: 2022
link: /ball/2022
- name: 2021
link: /ball/2021
- name: 2020
link: /ball/2020
- name: Newsletter
link: /newsletter
- name: Committee
link: /committee
- name: Clubs
link: /clubs
- name: Calendar
link: /calendar
- name: Sponsor
link: /sponsor
- name: About
link: /about
children:
- name: About Us
link: /about
- name: Membership
link: /membership
- name: Links
link: /links
baseurl: /
root: /
collections_dir: _collections/
collections:
news:
output: true
permalink: /newsletter/:title
clubs:
feed:
collections:
news:
path: "/newsletter/feed.xml"
include: ["_redirects"]
keep_files: ["_redirects"]