-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
43 lines (35 loc) · 955 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
project:
type: website
output-dir: docs
website:
title: "JIA"
site-url: "https://jiazhang42.github.io/mysite/"
navbar:
pinned: true
background: "#455D3E"
left:
- research.qmd
#- teaching.qmd
- href: blog.qmd
text: Blog
- href: about.qmd
text: About
# - href: cv/jia_cv.pdf
# text: CV
#- href: google2f8aad75c360b5d9.html
# text: .
search:
location: navbar
favicon: "/images/favicon.png"
page-footer:
left: "Content {{< fa brands creative-commons >}} {{< var page.copyright_year >}} by [{{< var name >}}]({{< var url >}})"
right: |
Made with {{< fa heart >}} and [Quarto](https://quarto.org/)<br>
[View source code at {{< fa brands github >}} GitHub]({{< var github >}})
format:
html:
theme:
light: [united, styles.scss]
dark: [united, styles-dark.scss]
toc: true
highlight-style: monokai