-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
193 lines (165 loc) · 4.64 KB
/
mkdocs.yml
File metadata and controls
193 lines (165 loc) · 4.64 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
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
INHERIT: nav.yml
site_name: Expérience numérique
site_url: https://hub-jade.vercel.app
copyright: Les bibliothèques UdeM - 2024
site_author: Les bibliothèques UdeM
site_description: Documentation
repo_name: bibudem/hub
theme:
name: material
custom_dir: overrides
language : fr
favicon: assets/favbib.svg
logo: assets/smallbib.svg
features:
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
# - navigation.instant.preview
- navigation.tracking
- navigation.tabs
# - navigation.expand
- navigation.path
- toc.follow
- navigation.top
- search.suggest
- search.highlight
# - navigation.footer
- content.code.copy
- content.tabs.link
# - navigation.prune
- navigation.indexes
- content.footnote.tooltips
- content.tooltips
palette:
# Palette toggle for light mode
- scheme: default
primary: deep purple
# accent:
# toggle:
# icon: material/weather-night
# name: Passer au mode sombre
# # Palette toggle for dark mode
# - scheme: slate
# primary: amber
# accent:
# toggle:
# icon: material/weather-sunny
# name: Passer au mode clair
font :
text : Figtree
code: Fragment Mono
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://secretariatgeneral.umontreal.ca/udem_consentement_temoins.js
- javascripts/extra.js
- https://unpkg.com/hyperscript.org@0.9.12
- javascripts/clarity.js
- https://bibumontreal.h5p.com/js/h5p-resizer.js
plugins:
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
lang: fr
pipeline:
- stemmer
- stopWordFilter
- trimmer
- glightbox: # Plugin zoom image
touchNavigation: true
skip_classes:
- skip-lightbox
- git-revision-date-localized: # Paramètres de la date de modification en se basant sur le dernier commit
type: timeago
locale: fr
fallback_to_build_date: true
- table-reader :
select_readers:
- read_csv
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
# - optimize
# - typeset
# Paramètres de markdown extensions, pour en savoir plus : https://facelessuser.github.io/pymdown-extensions/
markdown_extensions:
- abbr
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- footnotes
# Paramètres de la table des matières
- toc:
permalink: true
permalink_title: Permalien vers cette section
toc_depth: 2
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
# Analytics
extra:
generator: false
analytics:
provider: google
property: XXXXXXXXXXX
feedback:
title: L'information sur cette page vous a-t-elle été utile?
ratings:
- icon: material/thumb-up-outline
name: Cette page a été utile
data: 1
note: >-
Merci pour votre rétroaction!
- icon: material/thumb-down-outline
name: Cette page pourrait être améliorée
data: 0
note: >-
Merci pour votre rétroaction! Aidez-nous à améliorer la page en utilisant ce
<a href="..." target="_blank" rel="noopener">formulaire</a>.
# Réseaux sociaux
social:
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@BibliothequesUdeM
name: YouTube des bibliothèques UdeM
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/bibudem
name: Les Bibliothèques UdeM sur X (Twitter)
- icon: fontawesome/brands/facebook
link: https://facebook.com/bibudem
name: Les Bibliothèques UdeM sur Facebook
# - icon: material/email
# link: mailto:<tech@bib.umontreal.ca>
# name: Courriel