-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
42 lines (40 loc) · 949 Bytes
/
_quarto.yml
File metadata and controls
42 lines (40 loc) · 949 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
42
project:
type: website
output-dir: docs
website:
title: "BUS 411 — Fixed Income Security Analysis and Valuation"
site-url: https://aliboloor.github.io/BUS411/
navbar:
background: primary
left:
- href: index.qmd
text: Home
- href: lecture_notes/index.qmd
text: Lecture Notes
- href: assignments/index.qmd
text: Assignments
sidebar:
- title: "Lecture Notes"
style: docked
contents:
- lecture_notes/index.qmd
- lecture_notes/lec1.qmd
- lecture_notes/lec2.qmd
- title: "Assignments"
style: docked
contents:
- assignments/index.qmd
- text: "Assignment 1"
href: assignments/assignment1/assignment-1-questions.qmd
format:
html:
theme:
light: flatly
dark: darkly
toc: true
toc-location: left
code-fold: false
format-links: true
pdf:
toc: true
number-sections: true