-
Notifications
You must be signed in to change notification settings - Fork 9
/
_site.yml
42 lines (40 loc) · 976 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
41
42
name: "docs"
navbar:
title: ""
left:
- text: ""
icon: fa-home fa-lg
href: index.html
- text: "Syllabus"
href: syllabus.html
- text: "Lectures"
href: lectures.html
- text: "Computer Labs"
href: comp_labs.html
- text: "Lab Write-ups"
href: homework.html
- text: "Final Project"
menu:
- text: "Project details"
href: final_proj.html
- text: "Data sets"
href: data_sets.html
- text: "Peer review details"
href: review_guide.html
- text: "Former projects"
href: student_pubs.html
- text: "References"
href: references.html
- text: "Post questions"
href: https://github.com/atsa-es/fish550-2023/discussions
right:
- text: ""
icon: fa-brands fa-github
href: https://github.com/atsa-es/atsa
output_dir: "docs"
output:
html_document:
theme: cosmo
highlight: textmate
include:
in_header: header.html