-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
58 lines (52 loc) · 1.26 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
57
project:
type: website
output-dir: docs
website:
title: "LidarSpeedTests"
repo-url: https://github.com/ptompalski/LidarSpeedTests
repo-actions:
- source
- issue
navbar:
pinned: true
left:
- href: index.qmd
text: Home
- text: Simple tasks
menu:
- href: results_basic.qmd
text: Figures
- href: results_table.qmd
text: Tables
- href: results_CPU-RAM.qmd
text: CPU and RAM usage
- text: Complex tasks
menu:
- href: results_complex.qmd
text: Figures
- href: results_table_complex.qmd
text: Tables
- text: Additional results
menu:
- href: results_tileSize.qmd
text: Infulence of tile size
- href: results_storage.qmd
text: Infulence of storage type
# - href: data.qmd
# text: Data
# - href: contact.qmd
# text: Contact
right:
- icon: github
aria-label: Github
href: https://github.com/ptompalski/LidarSpeedTests
# page-footer:
# border: true
# center:
# - text:
format:
html:
theme: sandstone
css: styles.css
toc: true
editor: source