-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
74 lines (70 loc) · 2.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
site_name: Reserva Alberdi
# Copyright
copyright: 'Copyright © 2024 - 2025 Noeli Baeza'
theme:
name: material
logo: imagenes/logosinfondo.png
features:
- navigation.instant
- navigation.instant.progress
- navigation.expand
- content.tabs.link
- content.code.copy
- navigation.tabs
- navigation.path
- navigation.tabs.sticky
- navigation.indexes
- header.autohide
- navigation.footer
- navigation.top
- navigation.tracking
- navigation.sections
- search.highlight
font:
text: Google Sans
code: Regular
favicon: imagenes/favicon.ico
language: es
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: light green
accent: deep orange
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: light green
accent: deep orange
extra:
social:
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/pex.reservaesc.alberdi?igsh=MWd3dTFhdG84N2pndw==
name: "Instagram"
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/PEX.ReservaNaturalEscuelaAlberdi
name: "Facebook"
- icon: fontawesome/solid/paper-plane
link: mailto:<[email protected]>
name: "Contactanos"
# Don't include MkDocs' JavaScript
extra_css:
- stylesheets/extra.css
nav:
- Inicio: index.md
- Actividades: actividades.md
- Proyectos:
- Proyectos de Investigación: presentaciones/presentaciones.md
- Proyectos de Extension: presentaciones/extension.md
- Tesinas y Trabajos Finales: presentaciones/tesinas.md
- Informes Técnicos: presentaciones/informes.md
- Congresos y Reuniones Científicas: presentaciones/congresos.md
- Artículos Científicos: presentaciones/articulos.md
- Otros trabajos de interés: presentaciones/otros.md
- Galería: galeria.md
- Ubicación: contacto.md
- Recorridos:
- Recorridos: recorridos/recorridos.md
- Catálogo de especies: recorridos/especies.md