-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
78 lines (71 loc) · 1.66 KB
/
_config.yml
File metadata and controls
78 lines (71 loc) · 1.66 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
title: Matchlab
email: k.mikolajczyk@imperial.ac.uk
description: >- # this means to ignore newlines until "baseurl:"
Description for the site
baseurl: ""
url: "https://matchlab-imperial.github.io"
JEKYLL_ENV: "production"
address_1: "Room 1015, Department of Electrical and Electronic Engineering"
address_2: "Imperial College London"
address_3: "South Kensington Campus, London SW7 2AZ"
site_logo: "/assets/images/icons/matchlab.png" # Site logo
github_url: "https://github.com/MatchLab-Imperial"
facebook_url:
instagram_url:
youtube_url:
twitter_url:
# For jekyll-scholar plugin for Bibtex
collections:
team:
output: false
research:
output: true
news:
output: true
scholar:
last_name: Mikolajczyk
first_names: [Krystian, "K"]
style: apa
locale: en
sort_by: [year, month]
order: descending
source: /_bibliography/
bibliography: biblio.bib
bibliography_template: biblio
replace_strings: true
join_strings: true
query: "@*"
# Exclude from processing
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- README.md
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- vendor/
- assets/foundation/node_modules/
- assets/foundation/src/
- assets/foundation/.babelrc
- assets/foundation/.gitignore
- assets/foundation/config.yml
- assets/foundation/gulpfile.babel.js
- assets/foundation/package.json
- assets/foundation/readme.md
- assets/foundation/yarn.lock
defaults:
- scope:
path: ""
type: "research"
values:
layout: "single/research"
- scope:
path: ""
type: "news"
values:
layout: "single/news"