-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
113 lines (91 loc) · 2.55 KB
/
_quarto.yml
File metadata and controls
113 lines (91 loc) · 2.55 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
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
project:
type: website
output-dir: docs
resources: ["img/**", public/**]
preview:
browser: false
port: 3000
execute:
freeze: auto
cache: true
metadata:
side-photo: "img/curva.png"
website:
title: "Training Center SW"
bread-crumbs: true
sidebar:
title: "Training Center SW"
style: "docked"
collapse-level: 1
search: false
alignment: center
logo: public/logo-text.png
contents:
- index.qmd
- section: pages/Bloque1/bloque1.qmd
contents:
- section: "Semana 0"
contents:
- pages/Bloque1/entorno.qmd
- section: "Semana 1"
contents:
- pages/Bloque1/html.qmd
- pages/Bloque1/t1.qmd
- pages/Bloque1/MAhtml2.qmd
- pages/Bloque1/t1a.qmd
- section: "Semana 2"
contents:
- pages/Bloque1/css.qmd
- pages/Bloque1/t2.qmd
- pages/Bloque1/MAcss.qmd
- pages/Bloque1/t2a.qmd
- section: "Bloque II Programación"
contents:
- section: "Repaso Intensivo"
contents:
- pages/Bloque2/intensivo.qmd
- pages/Bloque2/ti.qmd
- pages/Bloque2/MAclases.qmd
- pages/Bloque2/tia.qmd
- section: "Bloque III Interacción"
contents:
- section: "Semana 6"
contents:
- pages/Bloque3/DOM.qmd
- pages/Bloque3/t6.qmd
- pages/Bloque3/MAcss2.qmd
- section: "Semana 7"
contents:
- pages/Bloque3/ReactI.qmd
- pages/Bloque3/ps.qmd
- section: "Semana 9"
contents:
- pages/Bloque3/Intermedio.qmd
- pages/Bloque3/MARef.qmd
- section: "Semana 10"
contents:
- pages/Bloque3/ReactIV.qmd
- text: "Próximamente..."
- section: "Bloque IV Comunicación"
- pages/rubric.qmd
footer: "<br><br><br> © Javier Ribal del Río <br> 2025 - Hyperloop UPV"
repo-url: https://github.com/HyperloopUPV-H8/Web-TC-SW
format:
html:
theme:
light: [flatly, style/theme.scss]
dark: darkly
toc: true
lang: es
code-copy: true
code-overflow: wrap
toc-depth: 4
anchor-sections: true
css: style/main.css
pdf:
documentclass: article
toc: true
number-sections: true
geometry:
- margin=2.5cm
include-in-header: headfoot.tex