-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
44 lines (41 loc) · 970 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
44
project:
type: website
output-dir: Portable_Microhaplotype_Object_Tools
render:
- index.qmd
# - Tools_Installation/pmotools-python_installation.qmd
- References.qmd
website:
title: "Portable Microhaplotype Object (PMO)"
navbar:
left:
- href: index.qmd
text: Home
# - text: "Tools Installation"
# menu:
# - href: Tools_Installation/pmotools-python_installation.qmd
right:
- text: "Resources"
menu:
- text: "References"
href: References.qmd
format:
html:
theme: journal
css: styles.css
fig-height: 10
fig-width: 15
fig-dpi: 300
toc: true
toc-depth: 5 # default is 3
toc-title: Contents
anchor-sections: true
smooth-scroll: true
highlight-style: dracula
page-layout: full
code-fold: show
code-tools: true
code-link: true
bibliography: [references.bib]
biblio-style: apalike
editor: source