-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_quarto.yml
More file actions
42 lines (37 loc) · 814 Bytes
/
_quarto.yml
File metadata and controls
42 lines (37 loc) · 814 Bytes
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
output-dir: docs
website:
title: "BST 260: Introduction to Data Science"
site-url: http://datasciencelabs.github.io/2024
repo-url: https://github.com/datasciencelabs/2024
repo-branch: main
repo-actions: [source]
sidebar:
background: primary
logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/datasciencelabs/2024
text: GitHub
style: docked
contents:
- href: index.qmd
text: Home
- href: slides.qmd
text: Slides
- href: psets.qmd
text: Problem Sets
- href: syllabus.qmd
text: Syllabus
- href: final-project.qmd
text: Final Project
format:
html:
theme:
- journal
- style.css
toc: true
editor: source