-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
55 lines (48 loc) · 1.21 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
project:
type: website
output-dir: docs
editor: source
website:
page-navigation: true
title: "Ecologia Numérica"
page-footer:
right: "Page built with [Quarto](https://quarto.org/) and [NOAA Quarto Simple Template](https://nmfs-opensci.github.io/NOAA-quarto-simple)"
left: "© [CC-1.0](content/LICENSE.txt)"
sidebar:
background: "#fd3412"
logo: _logo7.jpg
pinned: true
align: center
tools:
- icon: bank
href: http://dgp.cnpq.br/dgp/espelhogrupo/28119
text: "GDP CNPq"
- icon: envelope
href: mailto:elviomedeiros@servidor.uepb.edu.br
text: "E-Mail"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Inicio
- href: https://elviomedeiros.quarto.pub/
text: Base de teórica
- href: content/R_Modulo_6.qmd
text: "R Módulo 6"
- href: content/R_Modulo_7.qmd
text: "R Módulo 7"
- href: about.qmd
text: Sobre este site
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
filters:
- include-files.lua
- quarto
lang: "pt-br"