-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
95 lines (87 loc) · 2.26 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
project:
type: website
output-dir: docs
bibliography: references.bib
website:
page-navigation: true
#open-graph: true
title: "Tony Liang"
search: false
#site-url: https:/tonyliang19.com/
repo-url: https://github.com/tonyliang19/tonyliang19.github.io/
repo-actions: [edit, issue]
#back-to-top-navigation: true
# focus to read mode
navbar:
collapse: false
pinned: false
background: primary
left:
- text: "Home"
file: index.qmd
- text: "Projects"
href: projects/index.qmd
- text: Resume
href: resume/index.qmd
- text: Demos
href: demos/index.qmd
- text: Notes
href: notes/index.qmd
- text: Others
href: other/index.qmd
# - text: Presentation
# href: presentations/
right:
- href: 'https://www.linkedin.com/in/tonyliang19'
text: "{{< iconify fa6-brands linkedin >}}"
- href: 'https://github.com/tonyliang19'
text: "{{< iconify fa6-brands github >}}"
- href: 'https://www.instagram.com/tonyliang19/'
text: "{{< iconify fa6-brands instagram >}}"
sidebar:
# dropdown for demos
- id: demos
pinned: true
title: "Demos"
style: "docked"
background: light
collapse-level: 1
contents: demos/**
# dropdown for coding notes
- id: notes
pinned: true
title: "Notes"
style: docked
#background: light
collapse-level: 2
contents: notes/**
# footer in all pages
page-footer:
border: false
right: "© 2023, Tony Liang"
format:
html:
# Control to show as border for code block
code-block-border-left: "#31BAE9"
code-block-bg: true
# Copy button upon hover
code-copy: hover
# Folding codes
code-fold: true
# code-link: true
code-summary: "Show the code"
code-tools: false
css: styles.css
fontsize: 1.2em # change size for text here
# change highlight of code
highlight-style: github
link-external-newwindow: true
# set global external link to false, could override in specific qmd
link-external-icon: false
toc: true
# optional to have number in sections
number-sections: true
theme:
light: flatly
dark: darkly #solar #darkly
reference-location: document