-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
40 lines (40 loc) · 860 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
name: "my-website"
navbar:
title: "My Website"
left:
- icon: fa-home
href: index.html
- text: "About"
href: about.html
- text: "Lectures"
icon: fa-chalkboard-teacher
menu:
- text: "Example"
href: example.html
- text: "Labs"
icon: fa-laptop
menu:
- text: "Lab 1"
href:
- text: "Lab 2"
href:
right:
- icon: fab fa-github
href: https://github.com/statOmics/Rmd-website
- text: "statOmics"
href: http://statomics.github.io/
output:
html_document:
code_download: true
df_print: paged
theme: flatly
highlight: tango
toc: true
toc_float: true
number_sections: true
code_folding: show
include:
after_body: footer.html
css: style.css
new_session: true
exclude: ["renv.lock"]