-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
62 lines (55 loc) · 1.83 KB
/
_quarto.yml
File metadata and controls
62 lines (55 loc) · 1.83 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
project:
type: website
output-dir: docs
pre-render: generate_repo_listing.py
website:
title: ""
page-navigation: true
favicon: images/emc_favicon.png
page-footer:
center: "[CC0 1.0 License](/LICENSE.md)"
navbar:
right:
- text: "Contribute"
menu:
# - text: "About"
# href:
- text: "Add workflow manuals"
href: contribute/add_manuals.qmd
left:
- text: "Home"
href: index.qmd
- text: "Workflows"
href: workflows.qmd
- icon: github
menu:
- text: Source code
url: https://github.com/EMC-Viroscience/EMC-Viroscience.github.io
- text: Report a bug
url: https://github.com/EMC-Viroscience/EMC-Viroscience.github.io/issues/new?assignees=&labels=bug&projects=&template=bug-report.yml&title=bug
- text: Report a documentation issue
url: https://github.com/EMC-Viroscience/EMC-Viroscience.github.io//issues/new?assignees=&labels=documentation&projects=&template=docs-issue.yml&title=docs
- text: Submit a feature request
url: https://github.com/EMC-Viroscience/EMC-Viroscience.github.io/issues/new?assignees=&labels=enhancement&projects=&template=feature-request.yml&title=feat
sidebar: # Define a list of sidebar configurations
- id: id-imam
title: "Illumina metagenomic analysis manual"
style: "docked"
contents:
- auto: posts/IMAM*.qmd
- id: id-naam
title: "Nanopore amplicon analysis manual"
style: "docked"
contents:
- auto: posts/NAAM*.qmd
format:
html:
css: styling/custom.css
include-after-body:
- text: |
<script src="styling/custom.js"></script>
toc: true
number-sections: false
theme:
dark: darkly
light: flatly