-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
45 lines (42 loc) · 1 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
project:
type: website
execute-dir: project
output-dir: _site
render:
- index.qmd
- topic*.qmd
website:
title: "Comparative methods on networks"
site-url: https://cecileane.github.io/networkPCM-workshop
repo-url: https://github.com/cecileane/networkPCM-workshop
repo-actions: [issue]
navbar:
left:
- href: index.qmd
text: Home
- href: http://crsl4.github.io/PhyloNetworks.jl/latest/
text: PhyloNetworks
right:
- icon: github
href: https://github.com/cecileane/networkPCM-workshop
sidebar:
style: "docked"
search: true
contents:
- href: index.qmd
text: Home
- topic-overview.qmd
- topic1-netcalibration.qmd
- topic2-phyloANOVA.qmd
- topic3-asr.qmd
- topic4-impactgeneflow.qmd
- topic5-discrete.qmd
- topic6-visualization.qmd
- topic7-averagedistances.qmd
page-navigation: true
format:
html:
theme: flatly
css: styles.css
toc: true
jupyter: julia-1.8