-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
66 lines (65 loc) · 1.54 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
---
title: Simpósio Paradesportivo Carioca | PPGCR-UNISUAM
date: '`r format(Sys.Date())`'
author:
- name: PPGCR-UNISUAM
- email: "paradesportivocarioca@gmail.com"
creative_commons: CC BY-NC
output_dir: docs
search: true
navbar:
left:
- text: ""
icon: "fa-home"
href: [index.html]
- text: "Local"
href: [local.html]
- text: "Programação"
href: [programacao.html]
- text: "Palestrantes"
href: [palestrantes.html]
- text: "Normas de submissão"
href: [normas.html]
- text: "Publicações"
href: [publicacoes.html]
- text: "Participantes"
href: "2023/Participantes.pdf"
- text: "Galeria"
href: [galeria.html]
right:
- text: "Inscrições"
icon: "fa-share-from-square"
href: [https://forms.gle/V7Ew5NjBYCWyJg8DA]
- text: "Submissão"
icon: "fa-share-from-square"
href: [https://forms.gle/o1iawzzjTLXjF2CH6]
- text: ""
icon: "fa-envelope"
href: [mailto:paradesportivocarioca@gmail.com]
- text: ""
icon: "fa-instagram"
href: [https://www.instagram.com/simposio_paradesportivo_021]
output:
html_document:
theme: flatly
highlight: textmate
include:
in_header: [favicon.html]
after_body: [footer.html]
css:
- style.css
- ./CSS/narrow-margins.css
- ./CSS/responsive.css
toc: true
toc_depth: 2
toc_float: true
edit: null
sharing:
facebook: yes
twitter: yes
google: yes
all:
- facebook
- twitter
- google
---