-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
54 lines (47 loc) · 1.4 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
project:
type: website
execute:
freeze: auto
website:
title: "Git-tutorial"
favicon: "images/rfun_logo.png"
repo-url: https://github.com/data-and-visualization/git-tutorial/
repo-actions: [edit, issue]
page-footer:
background: light
left: "<a href='https://rfun.library.duke.edu'>Rfun</a>"
center: "<a href='https://library.duke.edu/data'>Center for Data & Visualization Sciences</a>"
right: "<a href='https://library.duke.edu/'>Duke University Libraries</a>"
navbar:
logo: "images/rfun_logo.png"
background: "primary"
left:
- href: index.qmd
text: Home
- href: ssh_keys.qmd
text: "GitLab@Duke"
- href: resources.qmd
text: Resources
right:
- icon: github
aria-label: GitHub
menu:
- text: Source Code
url: https://github.com/data-and-visualization/git-tutorial/
- text: Report Bug/Error
url: https://github.com/data-and-visualization/git-tutorial/issues/new
- icon: house-door-fill
aria-label: Home
menu:
- text: "Rfun: An R learning resource"
url: https://rfun.library.duke.edu
- text: Center for Data & Visualization Sciences
url: https://library.duke.edu/data/
format:
html:
license: "CC BY"
df-print: paged
theme: sandstone
css: styles.css
toc: true
editor: visual