-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
83 lines (77 loc) · 2.06 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
site_name: "FP – Apunts de Formació Professional"
site_author: "Joan Puigcerver Ibáñez"
site_email: "[email protected]"
site_url: https://joapuiib.github.io/fp/
dev_addr: 127.0.0.1:4567
repo_name: joapuiib/fp
repo_url: https://github.com/joapuiib/fp
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
theme:
name: material-joapuiib
icon:
logo: octicons/book-16
extra_css:
- stylesheets/colored-cards.css
plugins:
- material/search
- material-joapuiib/enviorment
- awesome-pages # Navegació
- macros
- i18n:
languages:
- locale: ca
default: true
name: Valencià
admonition_translations:
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
- git-committers:
enabled: !ENV [CI, false]
repository: joapuiib/fp
branch: main
markdown_extensions:
- abbr
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.blocks.html
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material_joapuiib.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.arithmatex:
generic: true
- def_list
- pymdownx.tasklist:
custom_checkbox: true