-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
98 lines (87 loc) · 2.26 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
project:
type: website
execute:
echo: true
fig-width: 10
fig-height: 4.5
website:
page-navigation: true
title: "IME05-12532"
description: "Análise de Sobrevivência"
twitter-card:
creator: "@r_accioly"
image: "images/anasobre.png"
page-footer:
left: "Baseado em https://sta210-s22.github.io/website/"
background: "#D9E3E4"
sidebar:
background: "#D9E3E4"
logo: "images/anasobre.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/raccioly20
text: "GitHub"
- icon: twitter
href: https://twitter.com/r_accioly
text: "Twitter"
style: "docked"
search: true
collapse-level: 1
contents:
- section: "Informação da disciplina"
contents:
- href: visao-do-curso.qmd
text: "Visão Geral"
- href: index.qmd
text: Cronograma
- section: "Sobre"
contents:
- href: about.qmd
text: Sobre
- section: "RStudio Cloud"
contents:
- href: acesso-rstudio.qmd
text: Acesso
- section: "Conteúdo Semanal"
contents:
- href: semanas/Aula01.qmd
text: "Aula01"
- href: semanas/Aula02A.qmd
text: "Aula02A"
- href: semanas/Aula02B.qmd
text: "Aula02B"
- href: semanas/Aula02C.qmd
text: "Aula02C"
- href: semanas/Aula03.qmd
text: "Aula03"
- href: semanas/Aula04.qmd
text: "Aula04"
- href: semanas/Aula06.qmd
text: "Aula06"
- href: semanas/Aula06x.qmd
text: "TFA1"
- href: semanas/Aula06x1.qmd
text: "TFA2"
- href: semanas/Aula07.qmd
text: "TFA3"
- href: semanas/Aula08.qmd
text: "Cox 1"
- href: semanas/Aula09.qmd
text: "Cox 2"
- href: semanas/Aula10.qmd
text: "Cox 3"
- href: semanas/Aula11.qmd
text: "Cox 4"
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
toc: true
freeze: auto
editor: visual