-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
48 lines (46 loc) · 1.13 KB
/
_quarto.yml
File metadata and controls
48 lines (46 loc) · 1.13 KB
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
project:
type: website
output-dir: docs
website:
title: "Keren Xu"
site-url: https://xukeren.github.io/
repo-url: https://github.com/XUKEREN/xukeren.github.io
repo-actions: [edit, issue]
favicon: ./imgs/logo.png
open-graph: true
twitter-card:
creator: "@kerenxuepi"
card-style: summary_large_image
navbar:
search: true
pinned: true
logo: ./imgs/logo.png
right:
- href: index.qmd
text: about
- href: posts.qmd
text: posts
- href: projects.qmd
text: projects
- href: ./cv/cv.pdf
text: CV
- href: https://xukeren.github.io/phd-pipeline/
text: phd-pipeline
page-footer:
border: false
center:
- text: © Keren Xu 2018-2026
href: index.qmd
- text: LinkedIn
href: https://www.linkedin.com/in/kerenxu/
- text: Github
href: https://github.com/XUKEREN
- text: Twitter
href: https://twitter.com/kerenxuepi
- text: Google Scholar
href: https://scholar.google.com/citations?user=pNidMJAAAAAJ&hl=en&oi=ao
format:
html:
theme: ember.scss
css: styles.css
toc: true