-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
95 lines (90 loc) · 2.17 KB
/
mkdocs.yml
File metadata and controls
95 lines (90 loc) · 2.17 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
site_name: Machine Learning
copyright: HG 2021-2024
site_author: Bart Barnard en Erik Roos
site_description: 'Stof en opgaven voor Machine Learning (jaar 4 SE)'
site_url: 'https://hanze-hbo-ict.github.io/Machine-Learning/'
use_directory_urls: false
theme:
name: 'material'
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo # same as above
accent: indigo # same as above
toggle:
icon: material/toggle-switch
name: Switch to light mode
icon:
logo: 'material/library'
language: 'nl'
include_sidebar: false
features:
- navigation.sections
- navigation.expand
extra_css:
- css/extra.css
exclude_docs: |
/blackboard.md
nav:
- index.md
- Deel 1:
- deel1/week1.md
- deel1/week2.md
- deel1/inleveren.md
- Deel 2:
- deel2/week3.md
- deel2/week4.md
- deel2/inleveren.md
- Deel 3:
- deel3/week5.md
- deel3/week6.md
- deel3/inleveren.md
- Deel 4:
- deel4/week7.md
- deel4/week8.md
- deel4/inleveren.md
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- markdown.extensions.codehilite:
guess_lang: False
linenums: True
- markdown.extensions.toc:
permalink: true
toc_depth: 3
- markdown.extensions.def_list
- markdown.extensions.admonition
- markdown.extensions.footnotes
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.tabbed
- attr_list
extra_javascript:
- js/imgs.js
- js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
# - with-pdf
- search