-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
43 lines (40 loc) · 1.02 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
project:
type: website
website:
title: "Occasional Divergences"
site-url: "https://www.occasionaldivergences.com"
repo-url: "https://github.com/marcdotson/occasional-divergences"
description: "Two brothers with a mostly Bayesian focus."
favicon: favicon.png
twitter-card: true
open-graph: true
navbar:
foreground: "#fff"
pinned: true
left:
- text: "Two brothers with a mostly Bayesian focus."
file: about.qmd
right:
- text: "Home"
file: index.qmd
- text: "About"
file: about.qmd
- text: "{{< fa brands github size=large >}}"
url: https://github.com/marcdotson
- text: "{{< fa brands bluesky size=large >}}"
url: https://bsky.app/profile/marcdotson.com
page-footer:
left:
- href: https://www.quarto.org
text: Built with Quarto
right:
- text: "© License"
file: license.qmd
format:
html:
theme:
- flatly
- styles-light.scss
highlight-style: breeze
execute:
freeze: auto