-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
69 lines (68 loc) · 1.84 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
project:
type: website
website:
# favicon:
title: "Chengkun Li"
site-url: https://pipme.github.io
repo-url: https://github.com/pipme/pipme.github.io
repo-actions: [edit]
description: "Personal Blog"
open-graph: true
navbar:
title: false
left:
- href: about.qmd
text: About
- href: blog.qmd
text: Blog
- href: gist.qmd
text: Gist
- href: ./tools/index.qmd
text: Tool
right:
- icon: card-list
href: blog+gist.qmd
text: All
# text: "\u200B" # ZERO WIDTH SPACE, it seems causing non-alignment problem in Safari
- icon: github
href: https://github.com/pipme
- icon: rss
menu:
- href: index.xml
text: blog
- href: blog+gist.xml
text: blog+gist
google-analytics: "G-K0VMSWF7B9"
cookie-consent: true
comments:
giscus:
repo: pipme/pipme.github.io
repo-id: R_kgDOJtreTA
category: Announcements
category-id: DIC_kwDOJtreTM4CXLJm
mapping: pathname
loading: lazy
# dark theme issue will be fixed in quarto 1.4
page-footer:
center:
- text: "{{< ai google-scholar >}}"
href: https://scholar.google.com/citations?user=9mu6FKcAAAAJ&hl=en
- text: "{{< fa brands linkedin-in >}}"
href: https://www.linkedin.com/in/chengkun-li-62360612b/
- text: "{{< fa brands github >}}"
href: https://github.com/pipme
- text: "{{< fa brands 500px >}}"
href: https://500px.com/p/sjtulck
- text: "{{< fa envelope >}}"
href: "mailto:[email protected]"
search:
location: navbar
type: textbox
keyboard-shortcut: "?"
back-to-top-navigation: true
format:
html:
theme:
light: cosmo
dark: darkly # https://github.com/quarto-dev/quarto-cli/issues/6741
css: styles.css