-
Notifications
You must be signed in to change notification settings - Fork 1
/
_site.yml
67 lines (64 loc) · 1.82 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
name: "Workshop_UofT"
output:
html_document:
theme: flatly
highlight: tango
toc: true
toc_float: true
code_download: true
output_dir: "."
navbar:
title: "Boas Práticas e Ferramentas da Ciência Aberta na Ecologia - BIE5798"
left:
- text: "Início"
href: index.html
- text: "O que é ciência aberta?"
href: intro_ciencia_aberta.html
- text: "Dados abertos"
menu:
- text: "O que são dados abertos?"
href: dados_abertos.html
- text: "Metadados"
href: metadata_EML.html
- text: "Organização local"
href: Organizacao_dir_local.html
- text: "Versionamento"
menu:
- text: "ABC do versionamento"
href: basics_git.html
- text: "Viajando no tempo"
href: commits-travel.html
- text: "Ignorando arquivos"
href: gitgnore.html
- text: "Trabalho colaborativo"
href: colabs_github.html
- text: "Resolvendo conflitos"
href: conflitos.html
- text: "Release"
href: releasing.html
- text: "Programação letrada"
menu:
- text: "Rmarkdown"
href: rmarkdown-basics.html
- text: "Sites"
href: sites-basics.html
- text: "Avançado"
menu:
- text: "Manejo de versões de pacotes"
href: renv-basics.html
- text: "Containers"
href: rocker-basics.html
- text: "Fluxo de trabalho"
href: targets_basics.html
- text: "Metadados com EML"
href: metadata_EML_pratice.html
- text: "Manejo de arquivos grandes"
href: git_large_files.html
- text: "Acesso aberto"
href: publicacoes.html
- text: "Outras tendências"
menu:
- text: "Pré-registro"
href: pre-registro.html
- text: "Revisão de código"
href: revisao-codigo.html