generated from hshsl-training/quarto-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
48 lines (43 loc) · 1.26 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
project:
type: website
render:
- "index.qmd"
- "*.qmd"
website:
title: ""
page-footer:
right: |
[![](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by.svg){fig-alt="CC BY" width=125px}](https://creativecommons.org/licenses/by-sa/4.0/)
repo-url: "https://github.com/hshsl-training/CARTI-basic-science-coding.git"
repo-actions: [edit, issue]
navbar:
background: "#c5251d"
logo: https://www2.hshsl.umaryland.edu/hshsl/bin/img/[email protected]
logo-alt: HSHSL logo
logo-href: https://www2.hshsl.umaryland.edu/cdabs/
search: true
left:
- text: "Home"
file: index.qmd
- text: 01 Intro to the Command Line
file: 01-Shell_programming.qmd
- text: 02 Data Wrangling with R
file: 01-DataWrangling.qmd
- text: 03 Data Visualization with R
file: 02-DataVisualization.qmd
# - sidebar:sidebar id - repeat as needed for sidebar entries
#sidebar:
# - id: sidebar id from above
# title: "Human readable sidebar section name name"
# style: "docked"
# background: light
# collapse-level: 2
# contents:
# - "file path, repeat as needed"
format:
html:
theme:
- yeti
- custom.scss
editor: source
toc: true