-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
150 lines (129 loc) · 3.98 KB
/
_quarto.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
project:
type: website
lang: es
date-format: iso
execute:
freeze: auto
website:
title: "Grupo de Estudios Botánicos GEOBOTA"
description: "Website del Grupo de Estudios Botánicos GEOBOTA"
site-url: http://geobota.github.io
repo-url: https://github.com/geobota/geobota.github.io
favicon: images/logo/favicon.png
image: images/logo/geobota_logo.png
page-navigation: false
back-to-top-navigation: true
bread-crumbs: true
google-analytics:
tracking-id: "G-6X3G195Q2V"
anonymize-ip: true
twitter-card:
card-style: summary_large_image
open-graph: true
navbar:
logo: images/logo/geobota_logo.png
# background: light
search: true
right:
- text: "Inicio"
href: index.qmd
- text: "Acerca"
href: about/index.qmd
- text: "Herbario"
href: herbarium/index.qmd
- text: "Integrantes"
href: people/index.qmd
- text: "Noticias"
href: news/index.qmd
- text: "Proyectos"
href: projects/index.qmd
- text: "Publicaciones"
href: publications/index.qmd
# - text: "XII CCB"
# menu:
# - text: "XII CCB"
# href: xii-ccb/index.qmd
# - text: "Etnobotánica Cuantitativa en R"
# href: https://geobota.github.io/xii-ccb-etnobotanica/
# - text: "Introducción a la Aerobiología"
# href: https://geobota.github.io/xii-ccb-aerobiologia/
# - text: "Investigación Reproducible con Quarto"
# href: https://geobota.github.io/xii-ccb-quarto/
- icon: facebook
href: https://www.facebook.com/geobotaudea
- icon: instagram
href: https://www.instagram.com/geobotaudea/
- icon: github
# text: "{{< fa brands github >}}"
href: https://github.com/geobota
- icon: rss-fill
# text: "{{< fa square-rss >}}"
href: atom.xml
sidebar:
- id: home
contents:
- href: index.qmd
text: Inicio
- id: about
contents:
- href: about/index.qmd
text: Acerca
- id: herbarium
contents:
- href: herbarium/index.qmd
text: Herbario
# - id: people
# contents:
# - section: Integrantes
# href: people/index.qmd
# contents:
# - auto: people/**/index.qmd
- id: projects
contents:
- href: projects/index.qmd
text: Proyectos
- id: publications
contents:
- section: Publications
href: publications/index.qmd
contents:
- section: Articles
href: publications/index.qmd#articles
contents:
- auto: publications/articles/**/index.qmd
- section: Books
href: publications/index.qmd#books
contents:
- auto: publications/books/**/index.qmd
- id: news
contents:
- section: News
href: news/index.qmd
contents:
- auto: news/*/index.qmd
# - id: xii-ccb
# contents:
# - section: "XII CCB"
# href: xii-ccb/index.qmd
# contents:
# - section: Ponencias
# href: xii-ccb/index.qmd#presentations
# contents:
# - auto: xii-ccb/presentations/**/index.qmd
# - section: Pósters
# href: xii-ccb/index.qmd#posters
# contents:
# - auto: xii-ccb/posters/**/index.qmd
page-footer:
left: GEOBOTA © 2024-2025 is licensed under [CC BY 4.0 {{< fa brands creative-commons >}}{{< fa brands creative-commons-by >}}](https://creativecommons.org/licenses/by/4.0/)
right: Made by [@alexespinosaco](https://alexespinosaco.github.io) with {{< fa brands r-project >}} and [![](https://quarto.org/quarto.png){fig-alt="Quarto" width=65px}](https://quarto.org/)
format:
html:
theme:
light: cosmo
dark: solar
css: styles.scss
toc: false
resources:
- images/logo/placeholder.png
- resources