forked from dcossyleon/basic-course-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
44 lines (42 loc) · 1.1 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
35
36
37
38
39
40
41
42
43
44
name: "bioinformatics-for-pharmacy"
author: "Mariam R. Rizkallah"
email: "[email protected]"
date: "September 2021"
output_dir: "docs"
navbar:
# type: default
title: "Bioinformatics for Pharmacy"
left:
- text: "Home"
href: index.html
- text: "Lectures"
menu:
- text: "Lecture 1: R programming"
href: r-prog.html
- text: "Lecture 2: Data summary"
href: data-summary.html
- text: "Lecture 2: Probability"
href: prob-and-stat.html
- text: "Lecture 3: Functions"
href: func.html
- text: "Lecture 3: Conditioning"
href: cond.html
- text: "Lecture 3: Chemical informatics I"
href: chem2.html
- text: "Lecture 3: Chemical informatics II"
href: chem.html
- text: "Labs"
menu:
- text: "Lab: DNA exercise"
href: lab1.html
- text: "Lab: Air quality"
href: lab2.html
right:
- icon: fa-github
href: https://mrrizkallah.github.io/bioscience_r/
output:
html_document:
theme: yeti
highlight: zenburn
toc_float: true
code_download: true