-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (68 loc) · 1.59 KB
/
mkdocs.yml
File metadata and controls
76 lines (68 loc) · 1.59 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
site_name: Le Chaps
site_url: https://www.lechaps.com/
site_dir: public
#repo_name: Lechaps on Github
#repo_url: https://github.com/lechaps/lechaps
theme:
name: material
language: fr
icon:
logo: fontawesome/solid/book-open
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: deep purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: deep purple
toggle:
icon: material/weather-night
name: Switch to system preference
font:
text: Nunito
features:
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.footer
- header.autohide
- toc.follow
#- toc.integrate
#- navigation.expand
copyright: 'Version : MF 158'
plugins:
- search
- privacy
- social
- minify:
minify_html: true
- glightbox
- awesome-pages
not_in_nav: |
/index.md
/jeux/*
extra:
#generator: false
social:
- icon: fontawesome/brands/x-twitter
link: https://www.twitter.com/lechaps
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/lechaps03
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/romainchapon
- icon: fontawesome/brands/github
link: https://github.com/lechaps
extra_javascript:
- js/matomo.js
markdown_extensions:
- tables
- footnotes
- attr_list