-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
55 lines (47 loc) · 1.04 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
title: "!dictionary:alexander-knop"
email: aaknop@gmail.com
description: >-
Alexander Knop's website.
repository: "alexanderknop/alexanderknop.github.io"
position: "S.E. Warschawski Assistant Professor"
interests:
- "!dictionary:proof-complexity"
- "!dictionary:structural-complexity"
- "!dictionary:dp"
address: "9500 Gilman Drive, La Jolla, CA 92093-0112, United States of America"
university: "UC San Diego"
department: "Department of Mathematics"
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
sass:
sass_dir: _sass
style: :compressed
collections:
- papers
languages:
-
full: "english"
short: "En"
-
full: "russian"
short: "Ru"
defaults:
-
scope:
path: "teaching/ucsd"
values:
layout: "ucsd-course"
-
scope:
path: "teaching/csc"
values:
layout: "course"
-
scope:
path: "teaching/au"
values:
layout: "course"
baseurl: ""