-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
38 lines (34 loc) · 858 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
project:
type: website
output-dir: docs
website:
title: "Jon Minton's Blog"
twitter-card:
site: "@jonminton"
navbar:
left:
- text: "Statistics & Data Science"
menu:
- text: "Statistical Theory and Applications"
href: glms.qmd
- text: "Tardy Tuesday"
href: tardy-tuesday.qmd
- text: "Hand-drawn Statistics"
href: hand-drawn-statistics.qmd
right:
- unpop.qmd
- about.qmd
- icon: window-fullscreen
href: https://jonminton.net
- icon: github
href: https://github.com/JonMinton
- icon: twitter
href: https://twitter.com/JonMinton
- icon: linkedin
href: https://uk.linkedin.com/in/jon-minton-09480b13a
format:
html:
theme:
dark: slate
light: cosmo
css: styles.css