forked from hanze-hbo-ict/Machine-Learning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (56 loc) · 1.39 KB
/
mkdocs.yml
File metadata and controls
61 lines (56 loc) · 1.39 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
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:
primary: 'blue grey'
accent: 'orange'
icon:
logo: 'material/library'
language: 'nl'
include_sidebar: false
extra_css:
- css/extra.css
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
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
- mknotebooks:
execute: false