-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
52 lines (50 loc) · 1.11 KB
/
_quarto.yml
File metadata and controls
52 lines (50 loc) · 1.11 KB
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
45
46
47
48
49
50
51
52
project:
title: "Statistical Genetics"
type: website
output-dir: docs
execute:
freeze: auto
website:
title: "Statistical Genetics"
favicon: course_logo.png
sidebar:
pinned: true
background: "#033C5A"
foreground: white
border: true
logo: course_logo.png
style: docked
search: false
collapse-level: 1
contents:
- href: index.qmd
text: Schedule
icon: calendar
- href: syllabus.qmd
text: Syllabus
icon: book
- href: faq.qmd
text: "FAQ"
icon: question
- href: links.qmd
text: "Useful Links"
icon: link
- href: https://github.com/gwcbi/StatGen
text: "GitHub"
icon: github
target: _blank
- href: https://www.zotero.org/groups/6113424/pubh-8878/library
text: "Zotero Library"
icon: book
target: _blank
- href: assignments/final-project.qmd
text: "Final Project"
icon: file
format:
html:
grid:
sidebar-width: 250px
css: styles.css
toc: true
mainfont: system-ui, sans-serif
linkcolor: "#0190DB"