-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
60 lines (50 loc) · 1.5 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
## The website title
name: Toastrack Bus
## Markdown processor
markdown: kramdown
## syntax highlighter. changed to rouge after request from github
highlighter: rouge
## toastrack is a UK vehicle
timezone: Europe/London
## draft items
exclude: []
## define base_url for valid usage in sitemap.xml and robots.txt
base_url: http://toastrackbus.org
sass:
sass_dir: _sass
style: :compressed
paginate: 5
paginate_path: "/blog/page:num/"
permalink: /blog/:year/:month/:day/:title/
## The website description (to be used in meta tags)
description: University of Southampton - Toastrack Bus
## Some frequently used keywords on your website
keywords: toastrack, bus, university, southampton, dennis, 1929, patent, worm, wheel
## define this for disqus comment support
#disqus: forumname
## set this to enable google analytics
ga_id: UA-57191586-2
#ga_domain: analyticsDomain
## Some commonly used links
links:
#facebook: username
#twitter: username
email: webmaster@toastrackbus.org
github: toastrack
## put desired image in img/ directory and set the value accordingly. If not defined, a placeholder image will be used.
about_image: placeholder.jpg
##comment this if you want full width posts with no sidebar
#sidebar: on
encoding: UTF-8
## Some collections
collections:
display-photos-lowres:
output: true
display-photos-mediumres:
output: true
technical-drawings-lowres:
output: true
technical-drawings-mediumres:
output: true
recent_events:
output: true