-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
32 lines (32 loc) · 736 Bytes
/
_quarto.yml
File metadata and controls
32 lines (32 loc) · 736 Bytes
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
project:
type: website
website:
site-url: https://wrprates.com/
favicon: favicon.png
search:
location: navbar
type: overlay
navbar:
logo: logo.svg
right:
- href: about.qmd
text: About
- icon: github
href: https://github.com/wrprates/
- icon: linkedin
href: https://www.linkedin.com/in/wlademir-ribeiro-prates/
- icon: youtube
href: https://www.youtube.com/channel/UC6rS3fNDO19l0us3HEaqpAQ
cookie-consent: false
format:
html:
theme: litera
css: styles.css
toc: true
code-fold: true
code-tools: true
include-in-header: scripts_head.html
include-before-body: scripts_body.html
mainfont: Lato
fontsize: 19px
linestretch: 1.7