-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
executable file
·114 lines (103 loc) · 3.32 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
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
114
project:
type: website
output-dir: docs #execute-dir: project #- https://quarto.org/docs/projects/code-execution.html#working-dir
preview:
port: 4444
browser: true
watch-inputs: true
navigate: true
resources:
- "recursos/"
- "slides/slides_en_pdf.zip"
- "slides/slides_en_html.zip"
# - "recursos/mi_articulo_01.pdf"
# - "recursos/Qproj_01_eurovision.zip"
# - "recursos/Qproj_02_param-rep.zip"
website:
#page-navigation: true
title: "Escribiendo con R y Quarto"
favicon: imagenes/ababol_redondeado.ico
site-url: https://perezp44.github.io/intro.to.quarto.2024/
repo-url: https://github.com/perezp44/intro.to.quarto.2024
#google-analytics: "G-XLVN8SCPEF"
repo-actions: [source, issue]
repo-branch: master #- edit page in Github https://github.com/quarto-dev/quarto-cli/discussions/4826
#open-graph: true #-https://quarto.org/docs/websites/website-tools.html#twitter-cards
#twitter-card:
# creator: "@pjpv4444"
# card-style: summary_large_image
navbar:
pinned: true
background: "#F1F3F4" # "#F8F8F8" # "#C0B9A0" # "#e9e8f0" #- color de R-ladies # secondary
collapse-below: lg
logo: "imagenes/ababol_redondeado.png"
#background: primary #- pink
left:
- icon: house-door
href: index.html
right:
- text: "Info"
href: info.qmd
- text: "Materiales"
href: materiales.qmd
- text: "Blog"
href: blog.qmd
target: _blank
- text: "Truquillos"
href: blog_02.qmd
target: _blank
- about.qmd
# - icon: github
# href: https://github.com/perezp44
# - icon: twitter
# href: https://twitter.com/pjpv4444
- icon: envelope
url: "mailto:pedro.j.perez@uv.es"
page-footer:
background: "#e9e8f0"
left: "© 2024 Pedro J. Pérez"
#center: "Hecho con [Quarto](https://quarto.org)"
right:
- icon: github
href: https://github.com/perezp44/intro.to.quarto.2024
# - icon: twitter
# href: https://twitter.com/pjpv4444
- icon: envelope
url: "mailto:pedro.j.perez@uv.es"
- text: <i class="ai ai-google-scholar" role="img"></i>
href: https://scholar.google.de/citations?user=MFlgHdcAAAAJ&hl=en
- text: <i class="ai ai-orcid" role="img"></i>
href: https://orcid.org/0000-0001-9375-6330
format:
html:
page-layout: full
#theme: ember.scss #- de danielle Navarro(https://blog.djnavarro.net/posts/2022-04-20_porting-to-quarto/)
theme:
- cosmo #sketchy #slate #- litera superhero darkly
- assets/ember.scss #- siempre estaba mal!!! assests/ember.scss
# - custom.scss
css:
- assets/styles.css
toc: true
code-line-numbers: true
code-copy: true
code-overflow: wrap #- {wrap, scroll}
code-fold: show
code-tools: false
#code-summary: "Show the code"
code-link: true
lang: es #- {es, en}
# freeze computational output
# (see https://quarto.org/docs/projects/code-execution.html#freeze)
execute:
freeze: true # re-render only when source changes
echo: true
message: false
warning: false
eval: true
cache: true
#editor: visual
embed-resources: true
highlight-style: monochrome
link-external-newwindow: true
#title-block-banner: true #- {true, false, "#FFDDFF", "image.jpg"}