-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
51 lines (49 loc) · 1.08 KB
/
_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
44
45
46
47
48
49
50
name: PSAW-2022
output_dir: '.'
navbar:
title: PSAW-2022
left:
- text: Set-up
icon: fa-clone
href: set-up.html
- text: Workshop Notes
icon: fa-calendar
menu:
- text: Git Basics
icon: fa-cogs
href: git-part1.html
- text: GitHub Basics
icon: fab fa-github-alt
href: git-part2.html
- text: More Git Skills
icon: fab fa-github
href: git-part3.html
- text: RStudio Cloud 1
icon: fa-cloud
href: rstudiocloud-part1.html
- text: RStudio Cloud 2
icon: fa-graduation-cap
href: rstudiocloud-part2.html
- text: More Resources
icon: fa-folder
href: https://rverse-tutorials.github.io/
- text: About Me
icon: fa-info
href: aboutme.html
right:
- text: Repo
icon: fab fa-github
href: https://github.com/RVerse-Tutorials/PSAW-2022
output:
html_document:
theme: readable
toc_depth: 2
toc_float:
collapsed: no
highlight: textmate
css: styles.css
lib_dir: site_libs
self_contained: no
include:
in_header: header.html
in_footer: footer.html