generated from math4mad/quarto-course-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
48 lines (43 loc) · 961 Bytes
/
_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
project:
type: website
output-dir: docs
website:
title: "Makie Gallery"
sidebar:
background: primary
# logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://math4mad.github.io/plots-gallery/
text: Github
style: docked
contents:
- href: index.qmd
text: Home
- section: "Math"
contents: math/*
- section: "Statistics"
contents: statistics/*
- section: "Machine Learning"
contents: machinelearning/*
- section: "Data Viz"
contents: vis/*
- href: schedule.qmd
text: Schedule
- href: materials.qmd
text: Materials
format:
html:
highlight-style: a11y
theme:
- cosmo
- styles.scss
toc: true
fig-align: "center"
fig-cap-location : bottom
code-block-bg: true
code-block-border-left: "#ff0000"
execute:
freeze: auto