-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
48 lines (44 loc) · 959 Bytes
/
_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
project:
type: website
website:
title: '@mjfrigaard'
image: profile.png
site-url: "https://mjfrigaard.github.io/"
repo-url: https://github.com/mjfrigaard/mjfrigaard.github.io
description: "Martin Frigaard's personal website"
search:
location: navbar
type: textbox
navbar:
right:
- text: "About"
file: about.qmd
- icon: github
href: https://github.com/mjfrigaard
- icon: twitter
href: https://twitter.com/mjfrigaard
left:
- text: "Posts"
file: posts.qmd
- text: "Series"
file: series.qmd
- text: "Code"
file: code.qmd
format:
html:
theme:
light: [cosmo, custom.scss]
dpi: 320
fig-format: retina
fig-asp: 0.618
fontsize: 1.015em
linestretch: 1.15
code-annotations: hover
engine: knitr
knitr:
opts_chunk:
collapse: true
comment: "#"
editor:
mode: source
render-on-save: true