forked from privefl/rmarkdown-website-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_site.yml
34 lines (34 loc) · 1.01 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
name: "Cancer Heterogeneity" # CHANGE HERE
output_dir: "."
navbar:
title: "Cancer Heterogeneity" # CHANGE HERE
type: inverse
left:
- text: "Home"
icon: fa-home
href: index.html
- text: "HADACA"
icon: fa-universal-access
href: data_challenges.html
- text: "COMETH"
icon: fa-cogs
href: cometh.html
- text: "Deconbench"
icon: fa-code-fork
href: deconbench.html
- text: "Blog"
icon: fa-rss
href: https://cancer-heterogeneity.github.io/blog/ # CHANGE HERE OR DELETE ALL 3 LINES
right:
- text: "Contact us"
icon: fa-envelope-o
href: mailto:[email protected], [email protected] # CHANGE HERE
- text: "GitHub"
icon: fa-github
href: https://github.com/cancer-heterogeneity # CHANGE HERE
output:
html_document:
theme: readable
highlight: textmate
lib_dir: site_libs
self_contained: no