This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
_quarto.yml
64 lines (59 loc) · 1.45 KB
/
_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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
project:
type: website
output-dir: docs
website:
title: "MLT Notes"
repo-url: https://github.com/SherryS997/MLT_notes
page-navigation: true
sidebar:
tools:
- icon: github
href: https://github.com/bsc-iitm/MLT_notes
style: "docked"
search: true
contents:
- section: "Home"
contents:
- href: index.qmd
text: Content
- href: about.qmd
text: About
- section: "Notes"
contents:
- href: pages/Wk01.qmd
text: Week-01
title: Week-01
- href: pages/Wk02.qmd
text: Week-02
title: Week-02
- href: pages/Wk03.qmd
text: Week-03
title: Week-03
- href: pages/Wk04.qmd
text: Week-04
title: Week-04
- href: pages/Wk05.qmd
text: Week-05
title: Week-05
- href: pages/Wk06.qmd
text: Week-06
title: Week-06
- href: pages/Wk07.qmd
text: Week-07
title: Week-07
- href: pages/Wk08.qmd
text: Week-08
title: Week-08
- href: pages/Wk09.qmd
text: Week-09
title: Week-09
- href: pages/Wk10.qmd
text: Week-10
title: Week-10
format:
html:
css: ["styles.css"]
theme:
light: [lux, styles.scss]
dark: [darkly, styles.scss]
toc: true