-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
41 lines (37 loc) · 989 Bytes
/
_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
project:
type: book
output-dir: docs
lang: "pt-BR"
book:
title: "Análise de dados de Metagenômica"
author: "Dalmolin Systems Biology Group"
chapters:
- index.qmd
- content/01_setup.qmd
- content/02_qc.qmd
- content/03_montagem.qmd
- content/04_taxonomia.qmd
- content/05_anotacao.qmd
reader-mode: true
favicon: content/images/dalmolin_icon.svg
site-url: https://dalmolingroup.github.io/metagenome-course/
repo-url: https://github.com/dalmolingroup/metagenome-course
page-footer:
Análise de Dados de Metagenômica é um curso construído por membros do
<a href="https://dalmolingroup.imd.ufrn.br/">Dalmolin Group</a>.
knitr:
opts_chunk:
message: false
warning: false
results: false
format:
html:
theme:
light: flatly
dark: darkly
callout-appearance: simple
code-link: true
code-overflow: wrap
code-block-bg: true
code-block-border-left: "#b19cd9"
highlight-style: github