-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
163 lines (155 loc) · 4.16 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
# 1. Información del Taller
site_name: Taller de X # TODO:
site_description: La Jaqueria - Taller de X # TODO:
site_author: Cristóbal Contreras Rubio # TODO:
site_url: https://crisconru.github.io/ # TODO:
# 2. Repositorio
repo_name: crisconru/plantilla-taller # TODO:
repo_url: https://github.com/crisconru/plantilla-taller # TODO:
edit_uri: ""
# 3. Footer
copyright: Copyright © 2019 - 2023 La Jaquería # TODO:
extra:
# Footer - No poner que está hecho con MkDocs
generator: false
# Footer - Iconos
social:
# Blog
# Github
- icon: fontawesome/brands/github
link: https://github.com/LaJaqueria # TODO:
name: Github de La Jaquería # TODO:
# Twitter
- icon: fontawesome/brands/twitter
link: https://twitter.com/lajaqueria # TODO:
name: Twitter de La JAquería # TODO:
# Linkedin
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/lajaqueria/ # TODO:
name: Linkedin de La Jaquería # TODO:
# 4. Navegación
nav:
# Modelo para empezar: Intro, Info del autor y la instalación
- Introducción: index.md # TODO:
- Autor / Autores: about.md # TODO:
- Instalación:
- Instalación: instalacion/instalacion.md # TODO:
- Windows: instalacion/windows.md # TODO:
- Mac OS: instalacion/macos.md # TODO:
- Linux: instalacion/linux.md # TODO:
# Aquí seguirían tus secciones
# TODO:
# Por último, comenta estas 4 líneas
- Ayuda para escribir: # TODO:
- Notas: ayuda/ayuda.md # TODO:
- Markdown: ayuda/markdown.md # TODO:
- Material Design: ayuda/material.md # TODO:
# 5. Google Analytics
#google_analytics:
# - !!python/object/apply:os.getenv ["GOOGLE_ANALYTICS_KEY"]
# - auto
# 6. Configuración del tema
theme:
name: material
# Color - Fuentes - Lenguaje
palette:
# Light Mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch
name: Modo Oscuro
primary: blue grey # TODO:
accent: red # TODO:
# Dark Mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Modo Claro
primary: blue grey # TODO:
accent: red # TODO:
# Fuente
font:
text: Roboto
code: Roboto Mono
# Lenguage
language: es
logo: img/favicon.png #TODO:
favicon: img/favicon.png # TODO:
# Caracteristicas especiales
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
# Experimental
- search.suggest
- search.highlight
- search.share
# Icono del repo
icon:
repo: fontawesome/brands/github
# 7. Extensiones
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
linenums: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# 8. Necesario para la extensión pydownx.arithmatex
extra_javascript:
- plugins/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# 9. Plugins
plugins:
- search:
lang: es
separator: '[\s\-,:!=\[\]()"/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: "100%"
height: auto
zoomable: true
draggable: true
auto_caption: false
caption_position: bottom