-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
64 lines (53 loc) · 1.2 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
project:
type: website
output-dir: docs
website:
navbar:
title: "<img src='img/logo.png' alt='Logo' class='logo' style='height: 50px; width: auto;'>"
background: "white"
foreground: "#a7a9ac"
tools:
- icon: facebook
href: https://www.facebook.com/profile.php?id=100093337606435
- icon: github
menu:
- text: Source Code
url: https://github.com/mariajpalma/Genetic_variants_datatable.git
sidebar:
style: "floating"
foreground: "#a7a9ac"
search: true
alignment: right
contents:
- section: "Introducción"
contents:
- index.qmd
- GWAS.qmd
- VCF.qmd
- section: "Ejercicios"
contents:
- Graficacion_GWAS.qmd
- VCF_filters.qmd
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
toc: true
code-wrap: true
message: false
warning: false
fig-height: 8
fig-width: 8
grid:
body-width: 1200px
sidebar-width: 250px
margin-width: 200px
gutter-width: 0.8em
fontsize: 14pt
engine: knitr
knitr:
opts_chunk:
R.options:
width: 120