-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy path_quarto-web.yml
49 lines (44 loc) · 1.13 KB
/
_quarto-web.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
project:
type: website
output-dir: _site
pre-render: print_quarto_config.py
render:
- landing_page.qmd
- L01LinearEquations.qmd
- L02Numerics.qmd
- L03RowReductions.qmd
- L04VectorEquations.qmd
- L05Axb.qmd
- L06LinearIndependence.qmd
- L07LinearTransformations.qmd
- L08MatrixofLinearTransformations.qmd
- L09MatrixOperations.qmd
website:
title: "Geometric Algorithms"
back-to-top-navigation: true
sidebar:
style: "docked"
search: true
logo: images/DiagramAR-icon.png
contents:
- landing_page.qmd
- L01LinearEquations.qmd
- L02Numerics.qmd
- L03RowReductions.qmd
- L04VectorEquations.qmd
- L05Axb.qmd
- L06LinearIndependence.qmd
- L07LinearTransformations.qmd
- L08MatrixofLinearTransformations.qmd
- L09MatrixOperations.qmd
# bibliography: references.bib
format:
html:
theme: cosmo
css: styles.css
toc: true
code-fold: false
html-math-method: mathjax
execute:
freeze: auto # see https://quarto.org/docs/projects/code-execution.html#freeze
cache: true # see https://quarto.org/docs/projects/code-execution.html#cache