-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_site.yml
More file actions
37 lines (37 loc) · 893 Bytes
/
Copy path_site.yml
File metadata and controls
37 lines (37 loc) · 893 Bytes
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
name: Workshop on ggplot
favicon: assets/favicon.png
output_dir: docs
exclude: ["data","docs","README.md","schedule.csv","LICENSE"]
navbar:
title: "<b>NBIS • Workshop on ggplot</b>"
logo:
image: "assets/logo-white.svg"
href: https://nbisweden.github.io/Workshop_geneco_2005
right:
- text: Home
icon: fa-home
href: index.html
- text: Schedule
icon: fa-clipboard-list
href: schedule.html
- text: Lab
icon: fa-flask
href: lab.html
- text: Precourse
icon: fa-pencil-alt
href: precourse.html
- text: Info
icon: fa-info
href: info.html
output:
bookdown::html_document2:
theme: flatly
highlight: tango
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html