-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
53 lines (48 loc) · 1.33 KB
/
_config.yml
File metadata and controls
53 lines (48 loc) · 1.33 KB
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
# _config.yml
#
# This file is very important. It contains:
# - Metadata that is important for SEO
# - Links to social media, where you can add new links for free, and they will be rendered nicely
# - Some basic color settings
# - The main project settings
## Site metadata
title: CoRoLab UoM
email: corolabuom@gmail.com
description: "Cognitive Robotics Lab at University of Manchester"
## Postal address (add as many lines as necessary)
address:
- line: Kilburn Building
- line: University of Manchester, Oxford Rd
- line: Manchester M13 9PL
## Social media usernames (many available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: twitter
url: https://twitter.com/corolab_uom
- title: github
url: http://github.com/corolab
- title: envelope
url: mailto:corolabuom@gmail.com
## Color settings (hex-codes without the leading hash-tag)
color:
primary: 6b3090
secondary: 783a9c
secondary-dark: 000
## Build settings
markdown: kramdown
permalink: pretty
## Collections
collections:
students:
title: Students
output: true
postdocs:
title: Postdocs
output: true
alumni:
title: Alumni
output: true
visitors:
title: Visitors
output: true
collections_dir: _members
repository: corolab/corolab.github.io