-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
86 lines (78 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
84
85
86
site_name: Tutoriales para el Grado de Videojuegos
theme:
name: material
font:
text: Lexend Deca # Inter Tight
code: JetBrains Mono
features:
- navigation.tabs
- navigation.sections
- navigation.indexes
# - toc.integrate
- toc.follow
- navigation.tracking
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotate
- content.code.copy
- content.action.edit
- content.action.view
language: es
icon:
repo: fontawesome/brands/github
palette:
- media: '(prefers-color-scheme: light)'
scheme: slate
toggle:
icon: material/lightbulb-on
name: light
primary: deep purple
accent: indigo
- media: '(prefers-color-scheme: dark)'
scheme: default
toggle:
icon: material/moon-waxing-crescent
name: dark
primary: blue
accent: light blue
markdown_extensions:
- toc:
permalink: true
title: "Tabla de contenidos"
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- pymdownx.tasklist:
custom_checkbox: true
repo_url: https://github.com/JesusJMUJI/jesusjm-website
repo_name: Tutoriales Grado Videojuegos
edit_uri: edit/main/docs/
copyright: |
© 2023 <a href="https://github.com/JesusJMUJI" target="_blank" rel="noopener">Jesús JM</a>
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
- glightbox
nav:
- Página Principal: index.md
- Latex:
- Introducción a LaTeX: latex_index.md
- Instalación de LaTeX con Miktex y TexStudio: latex_install.md
- Instalación de LaTeX con VSCode y MikTex : latex_vscode.md