-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
84 lines (73 loc) · 1.88 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
project:
output-dir: docs
type: book
book:
site-url: "https://pol278-pucp.github.io/test1/"
title: "Ejercicios POL278 - 2022-1"
author: "Joel Belsasar Ccallocunto \n *[luccemhu](https://github.com/luccemhu)* \n a20196510@pucp.edu.pe"
description: "This is where you will find all the resources for the book´s exercises POL278"
date: today
image: cover.png
favicon: "favicon.png"
page-navigation: true
search: true
repo-url: https://github.com/POL278-PUCP/test1
repo-actions: [issue, source]
# downloads: [pdf, epub]
# sharing: [twitter]
open-graph: true
# twitter-card:
# creator: "@jannikbuhr"
chapters:
- index.qmd
- s2-ejercicio-semana2.qmd
- s3-ejercicio-semana3.qmd
- s4-ejercicio-semana4.qmd
- s6-ejercicio-semana6.qmd
- s6-ejercicio-semana6b.qmd
- s7-ejercicio-semana7.qmd
- s7-ejercicio-semana7b.qmd
- s8-ejercicio-parcial-semana8.qmd
- s8-ejercicio-parcial-semana8b.qmd
- s10-ejercicio-semana10.qmd
- s12-ejercicio-semana12.qmd
- s12-ejercicio-semana12b.qmd
- s13-ejercicio-semana13.qmd
- s14-ejercicio-semana14.qmd
- s15-ejercicio-final-semana15.qmd
- s15-ejercicio-final-semana15b.qmd
appendices:
- references.qmd
execute:
cache: false
echo: true
warning: false
message: false
freeze: auto
knitr:
opts_chunk:
comment: ""
out.width: "100%"
echo: TRUE
paged.print: TRUE
bibliography: references.bib
citation:
license: "CC BY"
type: book
author: Joel Belsasar
collection-title: Ejercicios POL278 - 2022-1
issued: 2024-03-10
abstract: |
Ejercicios del curso POL278.
format:
html:
theme:
dark: [default, darkly, theme.scss]
light: [default, theme.scss]
# mainfont: Roboto
# monofont: Fira Mono
css: ./style.css
number-sections: true
code-link: true
reference-links: true
reference-location: margin