-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
59 lines (58 loc) · 1.31 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
51
52
53
54
55
56
57
58
name: R Markdown @ LBJ
output_dir: '.'
navbar:
title: R Markdown @ LBJ
type: inverse
left:
- text: Home
href: index.html
- text: Pre-Workshop
menu:
- text: Mac User Actions
icon: fa-apple fa-fw fa-lg
href: mac.html
- text: Windows User Actions
icon: fa-windows fa-fw fa-lg
href: windows.html
- text: Other User Actions
icon: fa-desktop fa-fw fa-lg
href: others.html
- text: '---------'
- text: Video Tutorials
icon: fa-play-circle fa-fw fa-lg
href: tutorials.html
- text: The Workshop
menu:
- text: Slides
icon: fa-tv fa-fw fa-lg
href: slides.html
- text: Post-Workshop
menu:
- text: Learning Resources
icon: fa-university fa-fw fa-lg
href: learning.html
- text: R Markdown Templates
icon: fa-clone fa-fw fa-lg
href: templates.html
right:
- text: Get Help
href: https://twitter.com/mrworthington
- icon: fa-github fa-lg
href: https://github.com/mrworthington
output:
html_document:
fig_width: 6
fig_height: 4
fig_retina: 2
fig_caption: yes
theme: cosmo
highlight: textmate
mathjax: ~
css: css/styles.css
include:
in_header: header.html
toc_depth: 3
toc_float:
collapsed: no
lib_dir: site_libs
self_contained: no