forked from poldham/minute_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
34 lines (34 loc) · 855 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
name: "Create a simple Rmarkdown website"
output:
html_document:
theme: cosmo
#highlight: textmate
navbar:
left:
- text: "Home"
href: index.html
- text: "Next Steps"
menu:
- text: "Writing Pages"
href: writepage.html
- text: "Include Images"
href: images.html
- text: "Embed a webpage"
href: embed.html
- text: "Embed an infographic"
href: info.html
- text: "Change the Structure"
menu:
- text: "Site structure"
href: structure.html
- text: "Publish to Github"
menu:
- text: "publish"
href: publish.html
- text: "submenu item"
href: yourfile.html
- text: "Resources"
href: resources.html
- text: "My Evil Plot"
href: paul.html
output_dir: "."