-
Notifications
You must be signed in to change notification settings - Fork 1
/
_site.yml
96 lines (69 loc) · 1.95 KB
/
_site.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
name: "MEPC"
output_dir: "."
navbar:
type: inverse
title: "MEPC 2024"
left:
- text: "Home"
icon: fa-home
href: index.html
- text: "Introdução"
icon: fa-play
menu:
- text: "---------"
- text: "Um pouco sobre questionários"
icon: fa-arrow-right
href: 0-questionarios.html
- text: "Um pouco sobre análise exploratória"
icon: fa-arrow-right
href: 0-exploratoria.html
- text: "---------"
- text: "Análise do questionário"
icon: fa-bar-chart
menu:
- text: "---------"
- text: "Questões acadêmicas"
icon: fa-arrow-right
href: 1-acad.html
- text: "Questões pessoais"
icon: fa-arrow-right
href: 2-aluno.html
- text: "Questões extra"
icon: fa-arrow-right
href: 3-extra.html
- text: "Análises bivariadas"
icon: fa-arrow-right
href: 4-bivar.html
- text: "---------"
- text: "Material extra"
icon: fa-plus
menu:
- text: "Dados"
icon: fa-arrow-right
href: https://github.com/lineu96/quest-mepc24/blob/master/respostas/respostas-2024.csv
- text: "Como gerar um relatório html"
icon: fa-arrow-right
href: exemplo.html
- text: "---------"
right:
- text: "Lineu A.C.F"
icon: fa-user
href: https://lineu96.github.io/
- icon: fa-github
href: https://github.com/lineu96
output:
html_document:
theme: flatly
# cerulean
highlight: textmate
#include:
# after_body: footer.html
#css: styles.css
# THEMES
# default, cerulean, journal,
# flatly, darkly, readable,
# spacelab, united, cosmo,
# lumen, paper, sandstone,
# simplex, and yeti
includes:
before_body: header.html