-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (56 loc) · 1.35 KB
/
mkdocs.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
61
62
63
site_name: KAIST Visual AI Group
site_url: https://visualai.kaist.ac.kr/
theme:
name: material
custom_dir: overrides
features:
- navigation.tabs
- navigation.tabs.sticky
font: false
primary: custom
icon:
logo: material/safety-goggles
favicon: material/safety-goggles
extra:
analytics:
provider: google
property: G-823443TVP0
extra_css:
- stylesheets/extra.css
markdown_extensions:
- attr_list
- md_in_html
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
nav:
- Home: index.md
- People: people.md
- Publications: publications.md
- Courses: courses.md
- News: news.md
- Join Us: join_us.md
- Internship: internship.md
- Contact: contact.md
plugins:
- search
- macros:
include_yaml:
- people: data/people.yml
- publications: data/publications.yml
- courses: data/courses.yml
- research_highlights: data/research_highlights.yml
- news: data/news.yml
- social:
cards_layout_options:
background_color: transparent
copyright: Copyright © 2021 - 2024 KAIST Visual AI Group