forked from libjohn/mapping-with-R
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_site.yml
More file actions
62 lines (61 loc) · 1.47 KB
/
_site.yml
File metadata and controls
62 lines (61 loc) · 1.47 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
50
51
52
53
54
55
56
57
58
59
60
61
name: Mapping
output_dir: docs
exclude:
- README.md
- license.md
navbar:
title: Mapping in R
left:
- text: "Preface"
menu:
- text: "Overview"
href: index.html
- text: "Software Prequisites"
href: software_prereqs.html
- text: "Next Steps"
href: next.html
- text: "Resources"
href: resources.html
- text: "Plot Coordinates"
href: 01_georeference.html
- text: "tidycensus"
href: 02_choropleth.html
- text: "Thematic Mapping"
menu:
- text: "Overview"
href: 030_thematic_sf.html
- text: "ggplot2 & geom_sf"
href: 032_thematic_mapping_geom_sf.html
- text: "ggplot2 & facet mapping"
href: 039_facet_example.html
- text: "tmap"
href: 031_thematic_mapping.html
- text: "Saving / Sharing"
href: 01_georeference.html#save_the_map
- text: Exercises
href: exercises.html
right:
- icon: fa-github
href: https://github.com/libjohn/mapping-with-R
- icon: fa-home
menu:
- text: "Rfun Home"
href: "https://rfun.library.duke.edu/"
- text: "Data & Visualization Srvc"
href: https://library.duke.edu/data/
output:
html_document:
theme: flatly
highlight: tango
include:
after_body: libs-local/footer.html
toc: yes
toc_depth: 3
toc_float:
collapsed: no
css:
- libs-local/duke.css
- libs-local/cc-fonts.css
df_print: paged
lib_dir: site_libs
self_contained: no