-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
56 lines (50 loc) · 1.04 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
project:
type: website
output-dir: docs # for flexibility in building GitHub pages
website:
title: "Title"
navbar:
background: "#000000"
foreground: "#f1f1f1"
left:
- href: index.qmd
text: Home
- about.qmd
sidebar:
title: "**Title**"
style: docked
search: true
collapse-level: 2
align: center
foreground: "#000000"
background: "#f1f1f1"
tools:
- icon: github
contents:
- about.qmd
- "---"
- section: "**Section**"
contents:
- "about.qmd"
- "about.qmd"
- "---"
- section: "**Section 2**"
contents:
- section: "Subsection"
file: "about.qmd"
contents:
- auto: folder/*
- section: Subsection
contents:
- auto: "folder/dev/*"
format:
html:
theme:
light: theme.scss
dark: vapor
linestretch: 1.33
css: theme.scss
toc: true
fig-align: center
reference-location: margin
editor: visual