-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
77 lines (66 loc) · 1.29 KB
/
_config.yml
File metadata and controls
77 lines (66 loc) · 1.29 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
lang: en
timezone: Europe/London
title: Agent Lab UoM
tagline: Reliable learning systems for high-stakes decision making
description: >-
A research lab focused on reinforcement learning, demonstration learning,
and dependable agent systems.
url: "https://agent-lab.github.io"
baseurl: ""
avatar: /assets/img/logo.jpeg
github:
username: agent-lab
social:
name: Agent Lab UoM
email: mingfei.sun@manchester.ac.uk
links:
- https://github.com/agent-lab
theme: jekyll-theme-chirpy
# Leave `theme_mode` unset so Chirpy shows the built-in dark/light mode switch.
toc: true
paginate: 10
collections:
tabs:
output: true
sort_by: order
defaults:
-
scope:
path: ""
type: posts
values:
layout: post
comments: false
toc: true
permalink: /posts/:title/
-
scope:
path: "_tabs"
type: tabs
values:
layout: page
toc: true
permalink: /:title/
jekyll-archives:
enabled:
- categories
- tags
layouts:
category: category
tag: tag
permalinks:
category: /categories/:name/
tag: /tags/:name/
plugins:
- jekyll-archives
- jekyll-feed
- jekyll-include-cache
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- README.md
- Makefile
- package.json
- scripts
- src