generated from tomicapretto/quarto-curso-plantilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
77 lines (72 loc) · 2.11 KB
/
_quarto.yml
File metadata and controls
77 lines (72 loc) · 2.11 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
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
project:
type: website
output-dir: _site
website:
title: "Programación en Python"
description: "Una descripción breve del curso."
favicon: "imgs/favicon.png"
page-navigation: true
navbar:
title: "Programación en Python"
background: light
foreground: dark
pinned: true
right:
- text: Información
file: informacion/programa.qmd
- text: Teoría
file: teoria/01_programacion_en_python/01_introduccion.qmd
- text: Práctica
file: practica/01_programacion_en_python/autoevaluacion.qmd
- text: Proyectos
file: proyectos/grupal.qmd
- text: Recursos
file: recursos/tutoriales/instalacion_python.qmd
- icon: github
href: https://github.com/ee-unr/programacion-python
page-footer:
right: "Esta página fue hecha con ❤️ y [Quarto](https://quarto.org/)."
sidebar:
- title: Información
contents:
- informacion/programa.qmd
- informacion/aprobacion.qmd
- informacion/calendario.qmd
- informacion/bibliografia.qmd
- informacion/ia.qmd
- title: Teoría
contents:
- text: U1 - Programación en Python
contents:
- auto: teoria/01_programacion_en_python/*.qmd
- sort-ui: false
- title: Práctica
contents:
- text: U1 - Programación en Python
contents:
- practica/01_programacion_en_python/autoevaluacion.qmd
- practica/01_programacion_en_python/ejercicios.qmd
- practica/01_programacion_en_python/problemas.qmd
- title: Proyectos
contents:
- proyectos/grupal.qmd
- proyectos/individual.qmd
- title: Recursos
contents:
# - text: Ejemplos
# contents:
# - recursos/ejemplos/clases.qmd
- text: Tutoriales
contents:
- recursos/tutoriales/instalacion_python.qmd
format:
html:
theme:
light: styles.scss
highlight-style:
light: arrow-light
dark: arrow-light
toc: false
lang: es
csl: citas/chicago-author-date.csl
bibliography: citas/references.bib