-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
69 lines (62 loc) · 1.7 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
65
66
67
68
69
project:
type: website
output-dir: docs
editor: source
website:
page-navigation: true
title: "Lab Eco"
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](LICENSE.txt)"
sidebar:
background: "#008080"
logo: _logolb2a.png
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: 2
contents:
- href: index.qmd
text: Inicio
- href: content/gersa.qmd
text: GERSA
contents:
- href: content/habs.qmd
text: "Atuação"
- href: content/pubs.qmd
text: "Publicações"
- href: content/projs.qmd
text: "Projetos"
- href: content/manus.qmd
text: "Manuscritos"
- href:
text: Disciplinas
contents:
- href: https://elviomedeiros.github.io/ecologiabasica/
text: "Ecologia Básica"
- href: https://elviomedeiros.github.io/ecologiacomunidades/
text: "Ecologia de Comunidades"
- href: https://elviomedeiros.github.io/ecologianumerica/
text: "Ecologia Numérica"
- 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"