forked from fablabbcn/adventronics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
106 lines (97 loc) · 2.62 KB
/
Copy pathmkdocs.yml
File metadata and controls
106 lines (97 loc) · 2.62 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
site_name: Ruractive - Train of Trainers
site_description: Ruractive - Train of Trainers
site_author: Future Learning Unit (FLU)
repo_name: 'Ruractive - Train of Trainers'
repo_url: 'https://github.com/fablabbcn/ruractive-tot'
site_url: https://lct.fablabbcn.org/
copyright: 'Copyleft 2025 FLB - GNU Free Documentation License, Made from Fablab Barcelona with love ;)
'
nav:
- Home:
- index.md
- Local Community Trainers:
- lct.md
#- How to particpate?:
#- howto.md
- Sessions:
- S.00: sessions/00.md
- S.01: sessions/01.md
- S.02: sessions/02.md
- S.03: sessions/03.md
- S.04: sessions/04.md
- S.05: sessions/05.md
- S.06: sessions/06.md
- S.07: sessions/07.md
- Digital Learning Kit:
- digitalkit.md
theme:
name: 'material'
icon:
annotation: material/plus-circle
admonition:
note: material/party-popper
tip: material/balloon
question: material/robot
warning: material/cookie
bug: material/candle
example: material/snowflake
logo: images/logoRuractive.svg
favicon: images/logoRuractive.svg
features:
- instant
- navigation.expand
- tabs
- toc.autohide
- navigation.tabs
- navigation.top
palette:
# Modo oscuro (predeterminado)
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: purple
toggle:
icon: material/weather-sunny
name: Cambiar a modo claro
# Modo claro
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: black
toggle:
icon: material/weather-night
name: Cambiar a modo oscuro
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
extra:
analytics:
provider: google
property: G-WL24PGLVEQ
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.