-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
59 lines (56 loc) · 1.45 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
project:
type: website
# output-dir: docs
website:
title: "Ecoinformática-AEET"
twitter-card: true
site-url: https://ecoinfaeet.github.io/
back-to-top-navigation: true
navbar:
left:
- href: index.qmd
text: Inicio
- href: miembros.qmd
text: Miembros
- href: notas-ecoinformaticas.qmd
text: Notas Ecoinformáticas
- href: seminarios.qmd
text: Seminarios
- text: Actividades
menu:
- text: "MEDECOS 2017"
href: activ_medecos2017.qmd
- text: "MEDECOS 2017 - Symposium"
href: activ_symposium_2017.qmd
- text: "AEET 2021"
href: activ_AEET2021.qmd
- text: "AEET 2023"
href: activ_AEET2023.qmd
- text: "I Jornadas de Ecoinformática"
href: jornadas.qmd
- text: Recursos
menu:
- text: "Reproducibilidad"
href: activ_reproducibilidad.qmd
search:
location: navbar
type: textbox
page-footer:
center:
- icon: twitter
href: https://twitter.com/ecoinf_aeet
- href: https://ecoinfaeet.github.io/website/
text: Ecoinformática-AEET
- icon: github
href: https://github.com/ecoinfAEET
background: rgba(51,153,103,255)
format:
html:
link-external-newwindow: true
theme: minty
css: styles.css
toc: true
linkcolor: rebeccapurple
page-layout: full
execute:
freeze: auto