forked from SherryS997/MLT_notes
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_quarto.yml
88 lines (84 loc) · 2.26 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
project:
type: website
output-dir: docs
website:
favicon: "images/logo.png"
title: "CS2007: Machine Learning Techniques"
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
background: "#D9E3E4"
repo-url: https://github.com/SherryS997/MLT_notes
site-url: "https://bsc-iitm.github.io/MLT_notes/"
page-navigation: true
open-graph: true
sidebar:
logo: "images/logo.png"
background: "#D9E3E4"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/bsc-iitm/MLT_notes
style: "docked"
search: true
collapse-level: 1
contents:
- section: "Home"
contents:
- href: index.qmd
text: Content
- href: about.qmd
text: About
- section: "Notes"
contents:
- href: pages/Wk01.qmd
text: Week-01
- href: pages/Wk02.qmd
text: Week-02
- href: pages/Wk03.qmd
text: Week-03
- href: pages/Wk04.qmd
text: Week-04
- href: pages/Wk05.qmd
text: Week-05
- href: pages/Wk06.qmd
text: Week-06
- href: pages/Wk07.qmd
text: Week-07
- href: pages/Wk08.qmd
text: Week-08
- href: pages/Wk09.qmd
text: Week-09
- href: pages/Wk10.qmd
text: Week-10
- section: "Supplemental Notes"
contents:
- href: pages/Not01.ipynb
text: Tutorial-01
- href: pages/Not02.ipynb
text: Tutorial-02
- href: pages/Not03.ipynb
text: Tutorial-03
- href: pages/Not04.ipynb
text: Tutorial-04
- href: pages/Not05.ipynb
text: Tutorial-05
- href: pages/Not06.ipynb
text: Tutorial-06
- href: pages/Not07.ipynb
text: Tutorial-07
- href: pages/Not08.ipynb
text: Tutorial-08
- href: pages/Not09.ipynb
text: Tutorial-09
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
toc: true
freeze: auto
editor: visual