-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
68 lines (58 loc) · 1.64 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
project:
type: website
render:
- "*.qmd"
- "*.Rmd"
- "*.md"
- "!README.md"
- "!LICENSE.md"
- "!myresources/"
- "!certificate*"
resources:
- "static/"
- "static/presentations/"
execute:
freeze: true
description-meta: "Personal homepage for Zane Billings"
website:
title: "W. Zane Billings"
navbar:
right:
- text: "home"
href: index.qmd
- text: "blog"
href: blog.qmd
# - text: "projects"
# href: projects.qmd
- text: "presentations"
href: presentations.qmd
# - text: "uses"
# href: uses.qmd
# - text: "now"
# href: now.qmd
# - text: "misc"
# href: misc.qmd
- text: "{{< iconify bi github size=1.1em title='GitHub' >}}"
href: https://github.com/wzbillings/quarto-website/
rel: me
cookie-consent: true
search: true
site-url: "https://wzbillings.com"
repo-url: "https://github.com/wzbillings/quarto-website"
draft-mode: gone
page-footer:
left: |
{{< fa regular copyright >}} Zane Billings, 2023<br>
All content licensed under {{< fa brands creative-commons >}}
{{< fa brands creative-commons-by >}} {{< fa brands creative-commons-sa >}} {{< fa brands creative-commons-nc >}} [(CC BY-NC-SA 4.0)](http://creativecommons.org/licenses/by-nc-sa/4.0/)
right: |
Made with {{< fa brands r-project >}} and [Quarto](https://quarto.org/)<br>
[Source at {{< fa brands github >}} GitHub](https://github.com/wzbillings/quarto-website)
format:
html:
theme:
light: pulse
dark: vapor
css: styles.css
metadata-files:
- drafts.yml