-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
168 lines (157 loc) · 4.08 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
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
site_name: "Introducció a Git i la seua aplicació a l’aula"
site_author: "Joan Puigcerver Ibáñez"
site_email: "[email protected]"
site_url: https://joapuiib.github.io/curs-git/
dev_addr: 127.0.0.1:4567
repo_name: joapuiib/curs-git
repo_url: https://github.com/joapuiib/curs-git
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/joapuiib
name: joapuiib a GitHub
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/joanpuigcerver/
name: Joan Puigcerver a LinkedIn
draft_docs: |
*_unpublished.md
*_draft.md
exclude_docs: |
*_excluded.md
_*
theme:
name: material-joapuiib
icon:
logo: simple/git
comments:
repo: joapuiib/curs-git
repo_id: R_kgDOMi7ohg
category: General
category_id: DIC_kwDOMi7ohs4Ch1Lw
mapping: pathname
reactions-enabled: true
# cover:
# logo: false
# Palette toggle for light mode
palette:
- media: "(prefers-color-scheme: light)"
primary: 'deep orange'
scheme: default
toggle:
# icon: material/toggle-switch
icon: material/weather-sunny
name: Canvia a mode fosc
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
primary: 'deep orange'
scheme: slate
toggle:
# icon: material/toggle-switch-off-outline
icon: material/weather-night
name: Canvia a mode clar
plugins:
- alias:
use_anchor_titles: true
- awesome-pages # Navegació
- drawio
- macros
- material/tags
- material/search
- material/social:
enabled: !ENV [CI, false]
- material-joapuiib/enviorment
- material-joapuiib/functions:
load_file:
files_dir: files
- material-joapuiib/sectionicons
- i18n:
languages:
- locale: ca
default: true
name: Valencià
admonition_translations:
info: Informació
note: Nota
abstract: Resum
tip: Consell
success: Èxit
question: Pregunta
warning: Advertència
failure: Error
danger: Perill
example: Exemple
quote: Cita
docs: Documentació
solution: Solució
important: Important
notice: Fixa't
prep: Preparació
recommend: Recomanació
- git-revision-date-localized # Després de i18n o falla
- git-committers:
enabled: !ENV [CI, false]
repository: joapuiib/curs-git
branch: main
exclude_committers:
- web-flow
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- markdown_grid_tables
- md_in_html
- sane_lists
- pymdownx.arithmatex:
generic: true
- pymdownx.blocks.html
- pymdownx.blocks.caption:
auto: true
types:
- caption
- name: figure-caption
prefix: "Figura {}."
- name: shadow-figure-caption
prefix: "Figura {}."
classes: shadow
- name: "table-caption"
prefix: "Taula {}."
- name: attribution
classes: attribution
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.emoji:
emoji_index: !!python/name:material_joapuiib.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.fancylists:
inject_class: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.saneheaders
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: true
toc_depth: 4
- material_joapuiib.extensions.collapse_code:
expand_text: ''
expand_title: ''
collapse_text: ''
collapse_title: ''