-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
64 lines (59 loc) · 1.34 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
58
59
60
61
62
63
64
page-layout: article
project:
type: website
format:
html:
toc: true
toc-depth: 5
toc-location: right
lightbox: true
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
out.width: 80%
execute:
freeze: false
warning: false
website:
title: "Pingfan Hu"
description: >
If you are interested in EVs and renewable energy, please
check out my website. It contains projects and blogs that
well demonstrate these topics.
favicon: figs/favicon.ico
back-to-top-navigation: true
search:
location: navbar
type: textbox
copy-button: true
navbar:
left:
- icon: person-badge
href: about.qmd
text: "About"
- icon: file-text
href: blogs.qmd
text: "Blogs"
- icon: file-bar-graph
href: projects.qmd
text: "Projects"
- icon: person-circle
href: resume.pdf
text: "Resume"
right:
- icon: linkedin
href: https://www.linkedin.com/in/pingfan/
- icon: github
href: https://github.com/pingfan-hu
- icon: envelope-at
href: mailto:[email protected]