-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
45 lines (34 loc) · 856 Bytes
/
_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
project:
type: website
output-dir: docs
website:
page-navigation: true
title: "Sung Manhin"
site-url: https://sungmanhin.github.io
favicon: misc/logo.png
repo-url: https://github.com/sungmanhin/sungmanhin.github.io
repo-actions: [edit, issue]
page-footer:
left: "© Copyright 2024, Sung Manhin"
right:
- icon: github
href: https://github.com/sungmanhin/sungmanhin.github.io
navbar:
background: "#b5d9f0"
search: true
right:
- text: "Publications"
icon: file-earmark-text
href: publications/index.qmd
- text: "Talks"
icon: chat-right-text
href: talks/index.qmd
- text: "Blog"
icon: pen
href: blog/index.qmd
- text: "About me"
icon: person-circle
href: about.qmd
format:
html:
css: styles.scss