-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
46 lines (42 loc) · 921 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
project:
type: website
resources:
- assets
- rcode
website:
title: "Joshua Entrop 👋"
image: /pictures/icon.png
favicon: /pictures/icon.png
site-url: https://www.joshua-entrop.com
description: "Joshua Entrop's personal website featuring his R blog"
open-graph:
locale: en_EN
site-name: Quarto
page-footer:
center:
- text: "<a href='/terms.html'>Terms</a> <br> © Joshua Philipp Entrop 2024"
navbar:
left:
- href: index.qmd
text: Home
- href: blog.qmd
text: Blog
- href: publications.qmd
text: Publications
- href: talks.qmd
text: Talks
- href: software.qmd
text: Software
right:
- href: index.qmd
text: EN
- href: index.de.qmd
text: DE
- href: index.sv.qmd
text: SV
format:
html:
theme:
light: cosmo
css: styles.css
toc: true