forked from hydecorp/hydejack
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (34 loc) · 765 Bytes
/
Copy path_quarto.yml
File metadata and controls
43 lines (34 loc) · 765 Bytes
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
project:
type: website
output-dir: docs
execute:
freeze: true
lang: es
website:
title: "R en Buenos Aires"
favicon: image/BA-1.png
navbar:
logo: image/BA-1.png
right:
- href: index.qmd
text: Bienvenida
- href: actividades.qmd
text: "Actividades"
- href: quienes-somos.qmd
text: "Quiénes Somos"
- href: comunidades.qmd
text: "Nuestra Red"
- href: coc.qmd
text: "Código de Conducta"
- href: r-consortium.qmd
text: "R consortium"
- text: "Blog"
href: blog.qmd
page-footer:
left: "© 2025 Equipo organizador. Todos los derechos reservados."
format:
html:
theme: cosmo
css: styles.css
toc: true
editor: visual