-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
58 lines (58 loc) · 1.65 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
site_name: Proteomics Academy
site_url: http://eubic.github.io/proteomics-academy/
repo_url: https://github.com/eubic/proteomics-academy
repo_name: EuBIC/proteomics-academy
copyright: This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 License.
theme:
name: material
palette:
primary: blue grey
icon:
repo: fontawesome/brands/github
features:
- navigation.indexes
- navigation.instant
- navigation.tracking
- navigation.sections
- toc.follow
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/eubic
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/EuBIC_ms
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/eubic/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/eubic-ms
- icon: fontawesome/brands/mastodon
link: https://mstdn.science/@EuBIC_MS
generator: false
plugins:
- macros
- blog:
post_readtime: false
archive_name: By year
archive_toc: true
# archive_url_format: "events-archive/{date}"
categories: false
blog_dir: events
nav:
- Home: index.md
- Online education: online-education.md
- Q&A platforms: q-and-a.md
- Jobs: jobs.md
- Event calendar:
- events/index.md
- External links:
- EuBIC-MS: https://eubic-ms.org/
- EuPA: https://www.eupa.org/
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.details
- pymdownx.superfences