-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
47 lines (44 loc) · 1.2 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
project:
type: website
website:
title: "PAULO BARROS"
twitter-card:
creator: "@pbarrosjr"
image: "https://www.paulobarros.com.br/Avatar2023.png"
site-url: "https://paulobarros.com.br"
navbar:
logo: MM.png
right:
- text: Bio
file: about.qmd
- text: Posts
menu:
- text: English (US)
file: index-us.qmd
- text: Portuguese (BR)
file: index.qmd
- text: Serviços
file: services.qmd
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
page-footer:
left: "Blog made with [Quarto](https://quarto.org/) and very much inspired by [Beatriz Milz](https://beamilz.com/) & [Danielle Navarro](https://blog.djnavarro.net/). License: [CC BY-SA 2.0](https://creativecommons.org/licenses/by-sa/2.0/)."
right:
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: envelope
href: mailto:pbarrosbio@gmail.com
format:
html:
theme:
- litera
- pb-quarto.scss
css: styles.css
highlight-style: dracula
code-line-numbers: true
toc: true
editor: source