-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
64 lines (58 loc) · 1.62 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
57
58
59
60
61
62
63
64
---
project:
type: website
title: "Aleksanders Website"
output-dir: docs
preview:
port: 4200
browser: false
lang: da
filters:
- auto-dark
website:
title: "Aleksander Bang-Larsen"
# draft-mode: unlinked
navbar:
background: $background-color
right:
- href: index.qmd
text: Forside
icon: house-door-fill
- guides.qmd
# - href: https://cv.aleksanderbl.dk
# text: CV
# icon: file-earmark-person-fill
# target: _blank
- href: cv.qmd
# text: Quarto CV
text: CV
- about.qmd
- text: Kontakt mig
menu:
- icon: linkedin
text: LinkedIn
href: https://www.linkedin.com/in/aleksanderbl
target: _blank
- icon: envelope
text: E-Mail
href: mailto:[email protected]
- icon: github
href: https://github.com/aleksanderbl29/aleksanderbldk
target: _blank
page-footer:
background: light
left: © Copyright 2024, Aleksander Bang-Larsen
right: Denne side er bygget med [{{< fa brands github title="GitHub octocat logo" >}}](https://github.com/aleksanderbl29/aleksanderbldk){target=_blank}, [{{< fa brands r-project title="R Project" >}}](https://www.r-project.org/about.html){target=_blank} og [Quarto](https://quarto.org/){target=_blank}
repo-actions: []
repo-url: https://github.com/aleksanderbl29/aleksanderbl29.github.io
repo-link-target: _blank
site-url: https://aleksanderbl.dk
open-graph: true
# reader-mode: true
format:
html:
theme:
- cosmo
- styles.css
toc: true
smooth-scroll: true