-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
44 lines (42 loc) · 958 Bytes
/
_site.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
name: rworkflow-workshop
output_dir: 'docs'
navbar:
title: RWorkflow
left:
- text: Set-up
icon: fa-clone
href: set-up.html
- text: Workshop Sessions
icon: fa-calendar
menu:
- text: Intro to Docker
icon: fa-cogs
href: week1-introtodocker-cs.html
- text: Intro to JupyterHubs with R
icon: fa-cogs
href: jupyterhub-R.html
- text: HackDay Geospatial R
icon: fa-cogs
- text: RVerse
icon: fas fa-toolbox
href: https://rverse-tutorials.github.io
- text: More resources
icon: fa-info
href: links.html
right:
- text: Repo
icon: fab fa-github
href: /~https://github.com/RVerse-Tutorials/RWorkflow-NWFSC-2023
output:
html_document:
theme: readable
toc_depth: 2
toc_float:
collapsed: no
highlight: textmate
css: css/styles.css
lib_dir: site_libs
self_contained: no
include:
in_header: header.html
in_footer: footer.html