generated from sib-swiss/course_website_template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
43 lines (39 loc) · 981 Bytes
/
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
site_name: Introduction to statistics with R
nav:
- Home: index.md
- Precourse preparation: precourse.md
- Course schedule: course_schedule.md
- Day 1: day1.md
- Day 2: day2.md
- Day 3: day3.md
- Advanced topics: day4.md
- Exam: exam.md
- Useful links: links.md
theme:
name: material
logo: assets/images/SIB_logo.svg
favicon: assets/images/SIB_logo.svg
features: content.code.copy
# Repository
repo_name: sib-swiss/Introduction-to-statistics-with-R
repo_url: https://github.com/sib-swiss/Introduction-to-statistics-with-R
markdown_extensions:
- abbr
- def_list
- footnotes
- tables
- admonition
- codehilite:
guess_lang: false
- sane_lists
- smarty
- toc
- pymdownx.superfences
- attr_list
- pymdownx.tabbed
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- stylesheets/extra.css