-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
41 lines (39 loc) · 852 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
project:
type: website
output-dir: docs
website:
title: "Statistics, yup!"
site-url: https://www.statsyup.org/
description: "This is Simon Schwab's personal website."
search: false
favicon: images/logo-96.png
navbar:
title: false
logo: "images/logo.png"
logo-alt: "A statistics chart as logo."
left:
- href: index.qmd
text: Bio
- href: projects.qmd
text: Projects
- href: output.qmd
text: Output
- href: posts.qmd
text: Posts
right:
- href: about.qmd
text: About
page-footer:
right: ""
left: '© 2024 Simon Schwab'
google-analytics:
tracking-id: "G-GPR2YZSX56"
anonymize-ip: true
format:
html:
theme:
- cosmo
- custom.scss
toc: true
link-external-icon: false
link-external-newwindow: true