-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
41 lines (34 loc) · 879 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
project:
type: website
output-dir: docs
website:
title: "Rust Remote Debugging in VS Code"
navbar:
left:
- href: site/index.qmd
text: Start
- href: site/make-rust.qmd
text: 1. Code & Gdb
- href: site/xcomp-rdbg.qmd
text: 2. X-Comp & Remote Gdb
- href: site/vscode-setup.qmd
text: 3. VS Code
#- site/index.qmd
#- site/xcomp-rdbg.qmd
#- site/vscode-setup.qmd
format:
html:
theme:
dark: [ slate, site/dark-monospace-style.scss ]
light: [ slate, site/dark-monospace-style.scss ]
toc: true
highlight-style: nord
code-annotations: true
code-line-numbers: false
code-overflow: scroll
code-fold: false
# Gettin muh tufte on
reference-location: margin
citation-location: document
tbl-cap-location: margin
cap-location: margin