-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
47 lines (41 loc) · 1.14 KB
/
Copy path_quarto.yml
File metadata and controls
47 lines (41 loc) · 1.14 KB
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
project:
type: website
website:
title: "CDMetaPOP"
navbar:
left:
- text: "Home"
href: index.qmd
- text: "Introduction"
href: introduction.qmd
# - text: "Input Files"
# menu:
# - text: "classVars"
# href: input_files/classVars.qmd
# - text: "patchVars"
# href: input_files/patchVars.qmd
# - text: "popVars"
# href: input_files/popVars.qmd
# - text: "runVars"
# href: input_files/runVars.qmd
- text: "Run CDMetaPOP"
href: run_cdmetapop.qmd
- text: "cdmetapopR functions vignette"
href: functions.qmd
menu:
- text: "age_plus_one_plot"
href: functions/age_plus_one_plot.qmd
- text: "age_structure_proportions"
href: functions/age_structure_proportions.qmd
- text: "alleles_by_year"
href: functions/alleles_by_year.qmd
- text: "births"
href: functions/births.qmd
format:
html:
theme:
- cosmo
- brand
css: styles.css
toc: true
editor: visual