-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
59 lines (53 loc) · 1.09 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
project:
type: website
render:
- "*.qmd"
- "!archived/"
- "!adv_r_notes/"
- "!posts_in_progress/"
- "!misc/"
website:
title: "Max Rohde"
search: true
repo-url: https://github.com/maxdrohde/blog_quarto
repo-actions: [edit, issue]
favicon: images/favicon.png
twitter-card:
creator: "@max_d_rohde"
open-graph: true
navbar:
background: "#5b7eb0"
#logo: images/logo.png
right:
- href: index.qmd
text: Blog
- href: about.qmd
text: About
- href: resume.pdf
text: "Resume"
- href: anim.qmd
text: Animations
- href: shiny.qmd
text: Shiny Apps
format:
html:
toc: true
toc-location: left
theme:
- journal
- custom.scss
mainfont: Source Sans Pro
monofont: Fira Mono
fontsize: 16px
css: styles.css
code-block-bg: "#f1f3f5"
code-block-border-left: "#31BAE9"
fig-format: retina
fig-width: 8
fig-height: 6
freeze: auto
title-block-banner: "#f1f3f5"
title-block-banner-color: black
knitr:
opts_chunk:
dev: "ragg_png"