-
Notifications
You must be signed in to change notification settings - Fork 32
/
mkdocs.yml
133 lines (111 loc) · 2.88 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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
site_name: "Terminale NSI - Lycée François Mauriac - Bordeaux"
site_url: https://glassus.github.io/terminale_nsi/
#nav:
# - 'accueil' : 'index.md'
theme:
name: material
custom_dir: my_theme_customizations/
font: false
language: fr
favicon: xtra/favTNSI.png
icon:
logo: material/code-greater-than
repo : fontawesome/brands/github
admonition:
note: fontawesome/solid/pen-to-square
features:
- navigation.instant
- navigation.tabs
- navigation.expand
#- navigation.top
- toc.integrate
- header.autohide
- content.code.annotate
- content.code.copy
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Mode sombre
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: indigo
toggle:
icon: material/toggle-switch
name: Mode clair
markdown_extensions:
- meta
- abbr
- admonition
- def_list
- attr_list
- footnotes
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.snippets
- pymdownx.details
- pymdownx.highlight:
linenums: None
- pymdownx.tasklist:
custom_checkbox: false
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.keys
- pymdownx.tabbed:
alternate_style: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.arithmatex:
generic: true
- toc:
permalink: ⚓︎
toc_depth: 3
- md_in_html
plugins:
- search
- git-revision-date-localized:
enable_creation_date: false
locale: fr
- awesome-pages:
collapse_single_pages: false
- sqlite-console
- macros
extra:
analytics:
provider: google
property: G-NXDLLVVQEB
social:
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
name: Écrire à l'auteur
- icon: fontawesome/brands/github
link: https://github.com/glassus/terminale_nsi
name: Dépôt git
- icon: fontawesome/solid/school
link: https://lyceemauriac.fr
name: Lycée François Mauriac - Bordeaux
extra_javascript:
- scripts/mathjax.js
- xtra/javascripts/interpreter.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js
extra_css:
- stylesheets/extra.css
- xtra/stylesheets/pyoditeur.css
copyright: CC BY-SA / G.Lassus
repo_url: https://github.com/glassus/terminale_nsi
repo_name: glassus/terminale_nsi
validation:
absolute_links: ignore
unrecognized_links: ignore