-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
67 lines (63 loc) · 1.35 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
65
66
67
project:
type: site
output-dir: docs
website:
title: "BiG"
image: img/favicon.png
favicon: img/favicon.png
google-analytics: "G-TY9ZC8SV4C"
open-graph: true
twitter-card: true
site-url: https://juliantao.github.io/big
page-footer:
left: "\\©2013-2024 Julian Tao"
right:
- text: "Built with Quarto"
href: "https://quarto.org/"
center:
- text: "About"
href: about.qmd
navbar:
background: primary
logo: img/biglogo.png
title: false
pinned: true
right:
- href: index.qmd
text: Home
- people.qmd
- text: Research
menu:
- research.qmd
- self-burrowing.qmd
- communication.qmd
- scour.qmd
- publication.qmd
- teaching.qmd
- outreach.qmd
- resources.qmd
- news.qmd
- about.qmd
- icon: github
href: https://github.com/JulianTao/big/
# announcement:
# dismissable: true
# conent: "Hi"
# type: primary
# # position: below-navbar
bibliography: ./data/jtpubs.bib
format:
html:
theme:
- assets/big.scss
css: assets/style.css
highlight-style: github
toc: true
email-obfuscation: javascript
include-in-header:
- assets/iconfonts.html
- assets/announcement.html
execute:
echo: false
warning: false
message: false