-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
56 lines (40 loc) · 1.21 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
project:
type: book
book:
title: "Lecture fire simulation"
author: "Lukas Arnold"
date: today
downloads: [pdf]
repo-url: https://github.com/FireDynamics/LectureFireSimulation_Quarto
repo-actions: [issue]
sidebar:
title: " "
logo: "content/cce_logo_small_light.png"
chapters:
- index.qmd
- part: Introduction
chapters:
- content/00_overview/01_team.qmd
- content/00_overview/02_references.qmd
- part: Modeling
chapters:
- content/01_Modeling/01_general/00_overview.qmd
page-footer: "These lecture notes and tools are licensed under the
[CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)
<img src='https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg' />"
execute:
freeze: auto
bibliography: content/00_overview/references.bib
format:
html:
theme:
light: flatly
dark: [darkly, theme-dark.scss]
include-after-body:
text: |
<script type="application/javascript" src="/arrow-nav.js"></script>
<script type="application/javascript" src="/light-dark.js"></script>
# pdf:
# documentclass: scrreprt
resources:
- "./content/cce_logo_small_dark.png"