forked from stephaniehicks/jhustatcomputing2022
-
Notifications
You must be signed in to change notification settings - Fork 9
/
_quarto.yml
42 lines (39 loc) · 989 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
42
project:
type: website
website:
title: "Statistical Computing (BSPH 140.776)"
site-url: https://lcolladotor.github.io/jhustatcomputing
description: "Course website for Statistical Computing (BSPH 140.776)"
favicon: "icon_32.png"
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/lcolladotor/jhustatcomputing
- icon: twitter
href: https://twitter.com/lcolladotor
- icon: rss
href: index.xml
format:
html:
theme: simplex
toc: true
css: styles.css
editor: visual
execute:
freeze: auto