forked from jhelvy/smartcharging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
56 lines (51 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
56
page-layout: article
project:
type: website
format:
html:
toc: true
toc-depth: 5
toc-location: right
theme: [united, theme.scss]
css: styles.css
self-contained: true
link-external-newwindow: true
link-external-icon: false
backgroundcolor: "#F8F7F0"
knitr:
opts_chunk:
comment: "#>"
fig.align: "center"
fig.show: "hold"
fig.asp: 0.618
fig.retna: 3
fig.path: figs_auto/
out.width: 70%
execute:
freeze: false
warning: false
website:
title: "Home"
favicon: figs/favicon.ico
search: false
navbar:
tools:
- icon: github
href: https://github.com/jhelvy/smartcharging
left:
- icon: house-door
href: about.qmd
text: "About"
- icon: person-badge
href: people.qmd
text: "People"
- icon: file-slides
href: poster.qmd
text: "Poster"
- icon: file-earmark-slides
href: slides.qmd
text: "Slides"
right:
- icon: question-circle-fill
href: faq.qmd
text: "FAQ"