-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path_quarto.yml
56 lines (54 loc) · 1.28 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
project:
type: website
output-dir: docs
render:
- index.qmd
- schedule.qmd
- resources.qmd
- 000-setup-instructions.qmd
- 001-basic-graphing.qmd
- 002-intro-stats.qmd
- 003-intro-multivariate.qmd
- 004-intro-ggplot.qmd
- 005-intro-knitr.qmd
- 006-heatmaps.qmd
- 007-intro-functional-programming.qmd
- 008-ggplot-dendrograms-and-heatmaps.qmd
- 009-expression-heatmaps.qmd
- 010-github.qmd
- 011-species-distribution-models.qmd
- 012-intro-tidyverse.qmd
- 014-intro-summarizing-visualizing.qmd
- 016-intro-shiny.qmd
- 017-open-street-map.qmd
- 018-ml-regression.qmd
- 019-intro-geo.qmd
website:
title: "learn-r"
site-path: "/learn-r/"
google-analytics:
tracking-id: "G-EF6ZJH0577"
anonymize-ip: true
navbar:
left:
- href: index.qmd
text: Home
- href: schedule.qmd
text: Schedule
- href: resources.qmd
text: Additional Resources
page-footer:
left:
- text: Copyright 2024, Jeffrey Oliver
center:
- text: CC BY 4.0 Deed
href: https://creativecommons.org/licenses/by/4.0/
right:
- icon: github
href: https://github.com/jcoliver
format:
html:
theme: flatly
css: styles.css
toc: true
pdf: default