-
Notifications
You must be signed in to change notification settings - Fork 27
/
_quarto.yml
41 lines (38 loc) · 942 Bytes
/
_quarto.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
project:
type: website
website:
title: "Statistical Computing (BSPH 140.776)"
site-url: https://www.stephaniehicks.com/jhustatcomputing2022
description: "Course website for Statistical Computing (BSPH 140.776) in Fall 2022"
navbar:
right:
- text: "Home"
file: index.qmd
- text: "General Information"
menu:
- text: "Syllabus"
href: syllabus.qmd
- text: "Schedule"
href: schedule.qmd
- text: "Course Materials"
menu:
- text: "Lectures"
href: lectures.qmd
- text: "Projects"
href: projects.qmd
- text: "Resources"
href: resources.qmd
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: rss
href: index.xml
format:
html:
theme: simplex
toc: true
css: styles.css
editor: visual
execute:
freeze: auto