-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
69 lines (54 loc) · 1.32 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
65
66
# This file controls the settings for my Quarto website.
# Website Settings
project:
type: website
output-dir: docs
preview:
port: 22222
browser: true
watch-inputs: true
navigate: true
website:
title: "Johann Wagner"
navbar:
pinned: true
# Sub-pages
left:
- text: "Home"
href: index.qmd
- text: "Projects"
href: projects/index.qmd
- text: "Posts"
href: posts_sub_page/index.qmd
- text: "CV"
href: cv/index.qmd
# Social Media Links
right:
- icon: linkedin
href: https://www.linkedin.com/in/johannwagner/
- icon: github
href: https://github.com/johann-wagner
- icon: envelope
href: "mailto:[email protected]"
search:
location: navbar
type: textbox
page-footer:
left: |
<span class="faux-block">© 2024 Johann Wagner CC0-1.0 License</span>
right: |
<span class="faux-block"><a href="https://github.com/johann-wagner/johann-wagner.github.io">View source code on my GitHub</a></span>
# Theme Settings
format:
html:
theme:
light: united
dark: darkly
css: styles.css
toc: true
page-layout: full
code-link: true
anchor-sections: true
fig-cap-location: margin
reference-location: margin
footnotes-hover: true