-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
45 lines (41 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
output-dir: docs
website:
title: Data, Code and Visualization
site-url: https://jkunst.com/blog
repo-url: https://github.com/jbkunst/blog
repo-actions: [issue]
google-analytics: "UA-17670833-5"
open-graph: true
twitter-card:
creator: "@jbkunst"
card-style: summary_large_image
navbar:
right:
- icon: info-circle
aria-label: about
href: about.html
- icon: github
aria-label: github
href: https://github.com/jbkunst/blog
- icon: twitter
aria-label: twitter
href: https://twitter.com/jbkunst
- icon: mastodon
aria-label: mastodon
href: https://fosstodon.org/@jbkunst
page-footer:
right: "This blog is <i class=\"bi bi-code-slash\"></i><sup>ed</sup>
with ❤️, open source and ☕"
left: "Joshua Kunst ©"
format:
html:
theme: materia
css: styles.css
monofont: "Fira Mono"
monobackgroundcolor: "#f7f7f7"
code-tools: false
code-block-border-left: true
code-link: true
code-fold: show