-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_site.yml
More file actions
66 lines (65 loc) · 1.67 KB
/
_site.yml
File metadata and controls
66 lines (65 loc) · 1.67 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
62
63
64
65
navbar:
left:
- text:
icon: fa-home fa-2x
href: index.html
- text: Vector Data
icon: fa-vector-square
menu:
- text: Working with shapefiles
href: 01_vector_shapefiles.html
- text: Working with gpx
href: 01_vector_gpx.html
- text: Working with kml
href: 01_vector_kml.html
- text: Import/Export
icon: fa-database fa-1x
menu:
- text: Data Storage with geopackage
href: 02_import_export_gpkg.html
- text: Spatial Sorcery
icon: fa-magic fa-1x
menu:
- text: Spatial Joins
href: 03_spatial_joins.html
- text: Snapping Points to Lines
href: 03_vig_snapping_points_to_line.html
- text: Mapping Vignettes
icon: fa-map-marked-alt fa-1x
menu:
- text: Mapview & Leaflet
icon: fa-globe-americas fa-1x
href: 04_vig_mapview_leaflet.html
- text: Making Inset Maps
href: 04_vig_making_inset_maps.html
- text: Maps with Backgrounds
href: 04_vig_workflow_in_R_snowdata.html
- text: Working with Water Data
icon: fa-tint fa-1x
href: 04_vig_dataRetrieval_for_waterdata.html
- text: Map Aesthetics
href: 00_mapmaking_aesthetics.html
icon: fa-palette fa-1x
- text: Resources
href: 00_resources.html
right:
- text:
icon: fa-info-circle fa-lg
href: 00_contact.html
- icon: fa-github fa-1x
href: https://github.com/ryanpeek/mapping-in-R-workshop
output_dir: docs
output:
html_document:
theme: flatly
highlight: pygments
code_folding: hide
toc: yes
toc_float:
collapsed: no
include:
in_header: header.html
css: style.css
lib_dir: site_libs
self_contained: no
name: mapping-in-R-workshop