-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
51 lines (42 loc) · 1.01 KB
/
_quarto.yml
File metadata and controls
51 lines (42 loc) · 1.01 KB
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
project:
type: website
website:
sidebar:
title: "R for Geospatial"
collapse-level: 1
tools:
- icon: twitter
href: https://twitter.com/Centroid_CSU
- icon: github
href: https://github.com/ccmothes/R-for-Geospatial
style: "docked"
search: true
alignment: "center"
contents:
- text: "Welcome"
href: index.qmd
- text: "Getting Started"
href: setup.qmd
- text: "Lesson 1"
href: day1.qmd
- text: "Lesson 2"
href: day2.qmd
- text: "Lesson 3"
href: day3.qmd
- section: "Extras"
contents:
- text: "Pulling Data"
href: getdata.qmd
- text: "R Basics"
href: basics.qmd
page-footer:
left:
- text: "Copyright 2022, Caitlin Mothes"
right: |
[{fig-alt="Geospatial Centroid" width=150px}](https://gis.colostate.edu/)
format:
html:
theme: cosmo
css: styles.css
toc: true
editor: visual