-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
80 lines (74 loc) · 1.79 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
site_name: IEEDO - DGBL
site_url: https://ieedo.vgwb.org
site_author: Stefano Cecere @ VGWB
site_description: Digital Game Based Learning course for the IEEDO project
copyright: CC BY 4.0 - <a href="https://vgwb.org">vgwb.org</a>
theme:
name: material
language: en
logo: assets/logo.png
favicon: assets/favicon.png
icon:
repo: fontawesome/brands/github
edit: material/file-edit-outline
view: material/eye
features:
- navigation.footer
- navigation.indexes
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.sections
- announce.dismiss
- content.action.edit
font:
text: Roboto
code: Roboto Mono
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- tables
- admonition
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- attr_list
- def_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- awesome-pages
- i18n:
default_language: en
docs_structure: suffix
languages:
en:
name: English
es:
name: Espanol
de:
name: German
gr:
name: Greek
se:
name: Swedish
material_alternate: true
repo_url: https://github.com/vgwb/ieedo.vgwb.org/
repo_name: ieedo.vgwb.org
edit_uri: edit/main/docs/
extra_css:
- assets/stylesheets/extra.css