forked from cgoo4/quantumjitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
70 lines (64 loc) · 1.84 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
project:
type: website
resources:
- project/wood/appfiles/
execute:
freeze: auto
website:
title: "Quantum Jitter"
favicon: images/favicon.png
site-url: https://www.quantumjitter.com
description: "A data science and machine learning blog with the tidyverse at its {{< fa regular heart >}}"
twitter-card: true
open-graph: true
navbar:
logo: images/logo-light.png
logo-alt: "A box and whisker plot icon"
title: false
right:
- text: Projects
href: project/index.qmd
- text: Toolbox
href: project/box/index.qmd
- text: Blog
href: blog/index.qmd
- text: Package
href: https://cgoo4.github.io/usedthese/index.html
- text: About
href: about/index.qmd
- icon: rss
href: project/index-R.xml
- icon: github
menu:
- text: Source Code
url: https://github.com/cgoo4/quantumjitter
- text: Report a Bug
url: https://github.com/cgoo4/quantumjitter/issues
page-footer:
border: false
left: "Published with [Quarto](https://quarto.org/) v<?quarto.version?> | Hosted by [{{< iconify simple-icons netlify >}}](https://www.netlify.com)"
right: "© 2023 [Carl Goodwin](/about) | [MIT License](https://www.quantumjitter.com/license)"
format:
html:
theme:
light: [flatly, scss/light.scss]
dark: [darkly, scss/dark.scss]
css: scss/styles.css
code-link: true
link-external-icon: true
link-external-newwindow: true
smooth-scroll: true
highlight-style: gruvbox
df-print: kable
comments:
giscus:
repo: cgoo4/quantumjitter
category: "Comments"
mapping: "pathname"
reactions-enabled: true
loading: lazy
input-position: "bottom"
theme: "transparent_dark"
editor: visual
filters:
- quarto-version.lua