-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
45 lines (44 loc) · 1.05 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
project:
type: website
website:
title: "A Rogue Historian"
site-url: "https://www.jessesadler.com"
description: "Personal website of Jesse Sadler"
favicon: favicon.ico
navbar:
title: "Jesse Sadler"
pinned: true
right:
- text: Projects
file: project.qmd
- text: Courses
file: course.qmd
- text: "Talks"
file: slides.qmd
- text: "About"
file: about.qmd
- icon: github
href: https://github.com/jessesadler
- icon: mastodon
href: https://hachyderm.io/@vivalosburros
- icon: twitter
href: https://twitter.com/vivalosburros
- icon: rss
href: index.xml
page-footer:
left:
- href: https://www.quarto.org
text: Built with Quarto
right:
- icon: mastodon
href: https://hachyderm.io/@vivalosburros
- icon: github
href: https://github.com/jessesadler
format:
html:
theme:
- default
- styles.scss
highlight-style: ayu
include-in-header: plausible.html
code-link: true