-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
executable file
·99 lines (90 loc) · 2.84 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
project:
type: website
output-dir: docs
preview:
port: 4444
browser: true
watch-inputs: true
navigate: true
website:
#page-navigation: true
title: "Introducción a R (SFPIE, 2024)"
favicon: imagenes/uv.jpeg
site-url: https://perezp44.github.io/intro.R.sfpie.2024.web/
repo-url: https://github.com/perezp44/intro.R.sfpie.2024.web
#google-analytics: "G-XLVN8SCPEF"
repo-actions: [edit, 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/uv.jpeg"
#background: primary #- pink
left:
- icon: house-door
href: index.html
right:
- text: "Info"
href: info.qmd
- text: "Materiales"
href: materiales.qmd
- text: "Recursos"
href: recursos.qmd
- about.qmd
# - icon: github
# href: https://github.com/perezp44
# - icon: twitter
# href: https://twitter.com/pjpv4444
- icon: envelope
url: "mailto:[email protected]"
page-footer:
left: "© 2024 Pedro J. Pérez"
#center: "Hecho con [Quarto](https://quarto.org)"
right:
- icon: github
href: https://github.com/perezp44/intro.R.sfpie.2024.web
# - icon: twitter
# href: https://twitter.com/pjpv4444
- icon: envelope
url: "mailto:[email protected]"
- 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
#title-block-banner: true #- {true, false, "#FFDDFF", "image.jpg"}