-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_quarto.yml
More file actions
48 lines (44 loc) · 1.16 KB
/
_quarto.yml
File metadata and controls
48 lines (44 loc) · 1.16 KB
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
project:
type: book
output-dir: docs
resources: images/_icons/
book:
title: "Introducción a GitHub para Investigador(a|e)s"
author: "Beatriz Milz y Yanina Bellini Saibene"
doi: TBD
language: "ES"
repo-url: "https://github.com/Git4Researchers/LatinR2024Workshop"
chapters:
- text: "Informacion del taller"
href: index.qmd
- text: "Introduccion"
href: intro.qmd
- text: "Perfil en GitHub"
href: profile.qmd
- text: "Trabajando con repositorios"
href: repositories.qmd
- text: "Nuestra lista TODO con Issues"
href: issues.qmd
- text: "Ordenando nuestro trabajo"
href: projects.qmd
- text: "Trabajando con otras personas"
href: collaboration.qmd
- text: "Compartir y mantener la autoria"
href: release.qmd
appendices:
- text: "Instalando el entorno de trabajo"
href: A_instalacion.qmd
sidebar:
background: "#275f8a"
search: true
format:
html:
theme:
light: [cosmo, style.scss]
code-link: true
mainfont: Noto Sans
monofont: Source Code Pro
author-meta: "Beatriz Milz y Yanina Bellini Saibene"
# pdf:
# documentclass: scrreprt
lang: es