forked from glassus/premiere_nsi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
122 lines (100 loc) · 2.6 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
site_name: "Première NSI Gr 2 - Lycée François Mauriac - Bordeaux"
site_url: "https://glassus.github.io/premiere_nsi/"
#nav:
# - 'accueil' : 'index.md'
theme:
name: material
site_url: ""
custom_dir: my_theme_customizations/
font: false
language: fr
icon:
logo: material/code-greater-than
repo : fontawesome/brands/github
admonition:
note: fontawesome/solid/pen-to-square
favicon: xtra/fav1NSI.png
features:
- navigation.instant
- navigation.tabs
- navigation.expand
- navigation.top
- toc.integrate
- header.autohide
- content.code.annotate
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Mode sombre
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
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:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex:
generic: true
- toc:
permalink: ⚓︎
toc_depth: 3
plugins:
- search
- git-revision-date
- awesome-pages:
collapse_single_pages: false
- macros
extra:
social:
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
name: Écrire à l'auteur
- icon: fontawesome/brands/github
link: https://github.com/glassus/premiere_nsi
name: Dépôt git
- icon: fontawesome/solid/school
link: https://lyceemauriac.fr
name: Lycée François Mauriac - Bordeaux
extra_javascript:
- 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/premiere_nsi
repo_name: glassus/premiere_nsi