generated from Pakillo/quarto-course-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
43 lines (36 loc) · 808 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
project:
type: website
output-dir: docs
website:
title: "Conditional-Probability-Exercise"
sidebar:
collapse-level: 1
background: primary
logo: "imgs/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/math4mad/conditional-prob-exercise
text: GitHub
style: docked
contents:
- href: index.qmd
text: Home
- section: "AFCP"
contents: afcp-exercises/*
- section : "Turing"
contents: turing/*
- section : "Basic"
contents: basic/*
- section : "Bayestheorem"
contents: bayestheorem/*
- section : "Logics"
contents: logic/*
format:
html:
theme: cosmo
# css: styles.css
toc: true
execute:
freeze: auto