-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_quarto.yml
60 lines (55 loc) · 1.67 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
project:
type: website
execute:
freeze: auto
website:
title: "Mapping in R"
favicon: "images/Rfun3.png"
repo-url: "https://github.com/libjohn/mapping-with-R"
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/Rfun3.png"
background: "primary"
left:
- text: "Plot Coordinates"
href: 01_georeference.qmd
- text: "tidycensus"
href: 02_choropleth.qmd
- text: "Thematic Mapping"
menu:
- text: "ggplot2 & geom_sf"
href: 032_thematic_mapping_geom_sf.qmd
- text: "ggplot2 & facet mapping"
href: 039_facet_example.qmd
- text: "tmap"
href: 031_thematic_mapping.qmd
right:
- text: "Resources"
href: "resources.qmd"
- icon: github
aria-label: GitHub
menu:
- text: Source Code
url: https://github.com/libjohn/mapping-with-R
- text: Report Bug/Error
url: https://github.com/libjohn/mapping-with-R/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:
theme: sandstone
css: styles.css
toc: true
df-print: paged
license: CC BY-NC 4.0
editor: visual