-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
53 lines (47 loc) · 1.07 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
project:
type: book
output-dir: docs
navbar:
background: primary
search: true
left:
- text: "Home"
href: index.qmd
- text: "Preface"
href: preface.qmd
book:
title: "AI-839"
subtitle: "ML Production Engineering"
reader-mode: true
page-footer:
left: |
course under prep.
right: |
This course material was built with <a href="https://quarto.org/">Quarto</a> with <a href="https://github.com/hadley/r4ds">r4ds</a> theme.
cover-image: crisp-ml-process.jpg
favicon: crisp-ml-process.jpg
site-url: https://mlsquare.github.io/ai-839
repo-url: https://github.com/mlsquare/ai-839
repo-branch: main
repo-actions: [edit, issue]
chapters:
- preface.qmd
- index.qmd
- course.qmd
- part: Lectures
chapters:
- ./lectures/w01-l01.qmd
- ./lectures/w02-l01.qmd
- homeworks.qmd
- projects.qmd
- tutorials.qmd
format:
html:
theme:
- pulse
- mlops.scss
code-link: true
author-meta: "mlsquare"
callout-appearance: simple
number-sections: false
editor: visual