-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
69 lines (58 loc) · 1.43 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
project:
type: website
# output-dir: docs
resources:
- CNAME
website:
title: "SBLab"
navbar:
background: "#6B7AA1"
search: true
left:
- text: Home
file: index.qmd
- text: "People"
file: people_members.qmd
- text: Research
file: research.qmd
- text: "Publications"
file: publications_since_2020.qmd
- text: News
file: news2023.qmd
sidebar:
- title: "People"
style: "docked"
background: light
contents:
- text: "Members"
file: people_members.qmd
- text: "Alumni"
file: people_alumni.qmd
- title: "Publications"
style: "docked"
background: light
contents:
- text: "Since 2020"
file: publications_since_2020.qmd
- text: "Before 2020"
file: publications_before_2020.qmd
- title: "News"
style: "docked"
background: light
contents:
- text: "2023"
file: news2023.qmd
- text: "2022"
file: news2022.qmd
# navigation items
page-footer:
left: "Copyright 2023, Synthetic Biology Research Center at Korea Research Institute of Bioscience and Biotechnology, 125 Gwahak-ro, Yuseong-gu, Daejeon 34141"
right:
- icon: github
href: https://github.com/
format:
html:
theme: default
css: styles.css
toc: true
editor: visual