-
Notifications
You must be signed in to change notification settings - Fork 26
/
_config.yml
62 lines (55 loc) · 1.26 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
title: CSS Bristol
email: webmaster@cssbristol.co.uk
description: CSS is the University of Bristol Computer Science Society. We exist to represent, support and entertain all members of the Computer Science department.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://cssbristol.co.uk" # the base hostname & protocol for your site
twitter_username: cssbristol
github_username: cssbristol
timezone: Europe/London
future: true
# Build settings
markdown: kramdown
collections:
tutorials:
output: true
permalink: /tutorials/:path/
jobs:
output: true
permalink: /jobs/:path/
events:
output: true
permalink: /events/:path/
companies:
output: false
permalink: /companies
committees:
output: false
permalink: /committees
plugins:
- jekyll-redirect-from
- jekyll-paginate-v2
- jekyll-feed
exclude:
- _tutorials/template
- _jobs/template
- _events/template
- _posts/template
- _committees/template
- _companies/template
- vendor
include:
- _redirects
pagination:
enabled: true
debug: false
collection: 'events'
per_page: 18
permalink: '/page:num/'
title: ':title - page :num of :max'
sort_field: 'date'
sort_reverse: true
limit: 0
feed:
posts_limit: 100000
collections:
- events