forked from privefl/rmarkdown-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
29 lines (29 loc) · 780 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
name: "YOURNAME" # CHANGE HERE
output_dir: "."
navbar:
title: "YOURNAME" # CHANGE HERE
type: inverse
left:
- text: "Home"
icon: fa-home
href: index.html
- text: "About"
icon: fa-user
href: about.html
- text: "CV"
icon: fa-file-pdf-o
href: cv.html
- text: "Blog"
icon: fa-rss
href: https://YOURGITHUB.github.io/blog/ # CHANGE HERE OR DELETE ALL 3 LINES
right:
- text: "Contact me"
icon: fa-envelope-o
href: mailto:YOUREMAIL # CHANGE HERE
- text: "GitHub"
icon: fa-github
href: https://github.com/YOURGITHUB # CHANGE HERE
output:
html_document:
theme: cosmo
highlight: textmate