-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
47 lines (44 loc) · 1.22 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
project:
type: website
output-dir: docs
website:
title: "Computer vision, biostatistics, and AI in Radiology"
favicon: favicon.png
navbar:
right:
- index.qmd
- about.qmd
- icon: github
href: https://github.com/ml-w
- icon: mortarboard
href: https://scholar.google.com/citations?user=JNKeB6cAAAAJ&hl=en
- icon: person-circle
href: http://www.diir.cuhk.edu.hk/profile/mr-wong-lun-matthew
page-navigation: true
page-footer: "© MLun Wong, 2024 "
sidebar:
contents: auto
style: "floating"
border: false
background: none
format:
html:
theme:
dark: [quartz, styles.scss, dark-styles.scss]
light: [quartz, styles.scss, light-styles.scss]
css:
styles.css
header-includes: |
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Georgia:wght@400;700&display=swap" rel="stylesheet">
include-in-header:
- file: assets/script_header.html
highlight-style: ayu
fig-align: center
mainfont: Roboto
# html-math-method: katex
# grid:
# sidebar-width: 0px
editor: visual
execute:
freeze: auto