-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmkdocs.yaml
110 lines (100 loc) · 2.52 KB
/
mkdocs.yaml
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: 'CompbioZurich'
site_description: 'Computational Biology & Bioinformatics in the Zürich Area'
site_author: Michael Baudis
copyright: '© 2023 Michael Baudis'
repo_name: 'compbiozurich.github.io'
repo_url: https://github.com/compbiozurich/compbiozurich.github.io
edit_uri: edit/main/docs/
this_year: 2023
###############################################################################
nav:
- 'General Information': index.md
- News & Events: news
- Bioinformatics Groups: contacts
- Lectures, Courses & Graduate Programs:
- Overview: teaching
- UZH BIO390: UZH-BIO390/
- UZH BIO392: UZH-BIO392/
- Community Resources:
- Tools & Resources: resources
- Positions: positions
###############################################################################
plugins:
- search
- macros
markdown_extensions:
- toc
- admonition
- attr_list
- footnotes
- md_in_html
- pymdownx.critic
- pymdownx.caret
- pymdownx.details
- pymdownx.keys
- pymdownx.magiclink:
hide_protocol: true
- pymdownx.mark
- pymdownx.tilde
- pymdownx.saneheaders
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- extra/.icons
###############################################################################
theme:
name: material
palette:
primary: white
accent: white
favicon: img/favicon.ico
logo: img/site_logo.png
icon:
repo: fontawesome/brands/github-alt
admonition:
example: octicons/list-ordered-24
features:
- content.tabs.link
- search.highlight
- search.share
- navigation.instant
- navigation.tracking
- navigation.sections
- toc.integrate
custom_dir: extra
extra:
news:
dir: news
author: mbaudis
list_length: 50
extended_preview: true
excerpt_separator: <!--more-->
contacts:
dir: contacts
author: mbaudis
list_length: 50
extended_preview: true
excerpt_separator: <!--more-->
resources:
dir: resources
author: mbaudis
list_length: 50
extended_preview: true
excerpt_separator: <!--more-->
teaching:
dir: teaching
author: mbaudis
list_length: 50
extended_preview: true
excerpt_separator: <!--more-->
social:
- icon: fontawesome/brands/github
link: https://github.com/mbaudis
extra_css:
- css/theme_overrides.css