-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_quarto.yml
113 lines (95 loc) · 2.99 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
project:
type: website
output-dir: docs
# Meta
description-meta: "Quarto Academic Website Template adapted by Dr. Gang He"
author-meta: "Dr. Gang He"
website:
title: "Quarto Academic"
image: "https://quarto.org/quarto.png"
description: "Quarto Academic Website Template adapted by Dr. Gang He"
navbar:
background: light
left:
# - text: Home
# href: index.qmd
- text: About
menu:
- text: News
href: posts.qmd#category=news
- text: Events
href: posts.qmd#category=event
- text: Contact
href: contact.qmd
- text: Research
menu:
- text: List of Publication
href: publications.qmd
- text: Selected Papers
href: posts.qmd#category=paper
- text: Grants
href: projects.qmd
- text: Teaching
href: teaching.qmd
- text: Outreach
menu:
- text: Presentations
href: posts.qmd#category=presentation
- text: Group
href: people.qmd
right:
- text: CV
href: files/nsf-biosketch.pdf
- icon: github
href: https://github.com/drganghe/quarto-academic-website-template
target: _blank
- text: "{{< fa brands bluesky >}}"
href: https://bsky.app
target: _blank
- icon: rss
href: posts.xml
target: _blank
page-navigation: true
page-footer:
left: "[Your Name](http://www.github.com) © <script>document.write(new Date().getFullYear())</script>"
center: "Build on [Quart Academic Website Template](https://github.com/drganghe/quarto-academic-website-template) adapted by [Dr. Gang He](http://drganghe.github.io)"
right:
- icon: github
href: https://github.com/drganghe/quarto-academic-website-template
target: _blank
- text: "{{< fa brands bluesky >}}"
href: https://bsky.app
target: _blank
- icon: rss
href: posts.xml
target: _blank
search:
location: navbar
type: textbox
reader-mode: true
draft-mode: unlinked
repo-url: https://github.com/drganghe/quarto-academic-website-template
# repo-actions: [edit, issue, source]
open-graph: true
twitter-card: true
# card-style: summary
site-url: "https://drganghe.github.io/quarto-academic-website-template"
google-analytics:
tracking-id: "" # Please delete or replace with your own tracking ID
anonymize-ip: true
bibliography: references.bib
format:
html:
theme: cosmo
css: styles.css
toc: true
footnotes-hover: true
code-copy: true
code-link: true
code-overflow: wrap
fig-align: center
link-external-icon: false
link-external-newwindow: true
email-obfuscation: javascript
link-external-filter: '^(?:http:|https:)\/\/drganghe\.github\.io\/custom'
include-in-header: "files/includes/_academic.qmd"